Fixed Frogsmith spawn to load correct sprite and accept him at home

This commit is contained in:
codemann8
2021-07-06 12:15:17 -05:00
parent 3d4cc99ac5
commit e2604d992e
5 changed files with 44 additions and 29 deletions

View File

@@ -74,8 +74,6 @@ def set_rules(world, player):
# TODO: Remove these rules when these scenarios aren't a problem
if world.owSwap[player] == 'mixed':
if 'Frog Area' in world.owswaps[player][2]:
set_rule(world.get_location('Frog', player), lambda state: False)
if 'Stumpy Area' in world.owswaps[player][2]:
set_rule(world.get_location('Stumpy', player), lambda state: False)