mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Purge the world: multiworld evil from osrs (#3751)
This commit is contained in:
@@ -56,8 +56,8 @@ class OSRSWorld(World):
|
|||||||
|
|
||||||
locations_by_category: typing.Dict[str, typing.List[LocationRow]]
|
locations_by_category: typing.Dict[str, typing.List[LocationRow]]
|
||||||
|
|
||||||
def __init__(self, world: MultiWorld, player: int):
|
def __init__(self, multiworld: MultiWorld, player: int):
|
||||||
super().__init__(world, player)
|
super().__init__(multiworld, player)
|
||||||
self.region_name_to_data = {}
|
self.region_name_to_data = {}
|
||||||
self.location_name_to_data = {}
|
self.location_name_to_data = {}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user