mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Powder patch fixes
Last quick and dirty fix push was a little too quick and dirty. My bad.
This commit is contained in:
@@ -825,6 +825,10 @@ def link_entrances(world):
|
||||
if world.get_entrance('Dam').connected_region.name != 'Dam' or world.get_entrance('Swamp Palace').connected_region.name != 'Swamp Palace (Entrance)':
|
||||
world.swamp_patch_required = True
|
||||
|
||||
# check for
|
||||
if world.get_entrance('Potion Shop').connected_region.name != 'Potion Shop':
|
||||
world.powder_patch_required = True
|
||||
|
||||
# check for ganon location
|
||||
if world.get_entrance('Pyramid Hole').connected_region.name != 'Pyramid':
|
||||
world.ganon_at_pyramid = False
|
||||
|
Reference in New Issue
Block a user