Powder patch fixes

Last quick and dirty fix push was a little too quick and dirty. My bad.
This commit is contained in:
AmazingAmpharos
2018-02-11 22:35:02 -06:00
committed by GitHub
parent abedfd4d1e
commit 5e743e1c33
2 changed files with 5 additions and 1 deletions

View File

@@ -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