Fix bug with Swamp hint and remove some debug code

This commit is contained in:
AmazingAmpharos
2019-02-21 00:22:46 -06:00
committed by GitHub
parent 25976e9f44
commit 6294d5f831
2 changed files with 3 additions and 5 deletions

View File

@@ -288,9 +288,8 @@ def link_entrances(world):
try:
caves.remove(old_man_house[0])
except ValueError:
print("Old man at desert")
pass
else: #if the cave wasn't placed we get here
print("Normal Old Man")
connect_caves(world, lw_entrances, [], old_man_house)
connect_mandatory_exits(world, dw_entrances, caves, dw_must_exits)
else:
@@ -300,9 +299,8 @@ def link_entrances(world):
try:
caves.remove(old_man_house[0])
except ValueError:
print("Old man at desert")
pass
else: #if the cave wasn't placed we get here
print("Normal Old Man")
connect_caves(world, lw_entrances, [], old_man_house)
if world.mode == 'standard':
# rest of hyrule castle must be in light world