mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Implement Key-sanity
Still need to add documentation for this mode.
This commit is contained in:
@@ -262,6 +262,8 @@ def create_regions(world):
|
||||
create_region('Bottom of Pyramid', None, ['Pyramid Exit']),
|
||||
create_region('Pyramid Ledge', None, ['Pyramid Entrance', 'Pyramid Drop'])
|
||||
]
|
||||
|
||||
world.intialize_regions()
|
||||
|
||||
|
||||
def create_region(name, locations=None, exits=None):
|
||||
|
Reference in New Issue
Block a user