Fixed Stumpy not loading

This commit is contained in:
codemann8
2021-07-06 14:31:25 -05:00
parent 491580bead
commit a420d80d93
4 changed files with 26 additions and 27 deletions

View File

@@ -72,11 +72,6 @@ def set_rules(world, player):
set_bunny_rules(world, player, world.mode[player] == 'inverted')
# TODO: Remove these rules when these scenarios aren't a problem
if world.owSwap[player] == 'mixed':
if 'Stumpy Area' in world.owswaps[player][2]:
set_rule(world.get_location('Stumpy', player), lambda state: False)
def mirrorless_path_to_location(world, startName, targetName, player):
# If Agahnim is defeated then the courtyard needs to be accessible without using the mirror for the mirror offset glitch.