mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
accidentally another thing
This commit is contained in:
2
Rules.py
2
Rules.py
@@ -860,7 +860,7 @@ def overworld_glitches_rules(world, player):
|
||||
'Tower of Hera',
|
||||
]
|
||||
# also, you can do mini moldorm cave and spiral cave - but you need a sword
|
||||
superbunny_mirror_sword = lambda state: state.has_Mirror(player) and state.has_sword(player)
|
||||
superbunny_mirror_sword = lambda state: state.has_Boots(player) and state.has_Mirror(player) and state.has_sword(player)
|
||||
mini_moldorm_cave = world.get_region('Mini Moldorm Cave', player)
|
||||
if check_is_dark_world(mini_moldorm_cave):
|
||||
for spot in mini_moldorm_cave.locations:
|
||||
|
Reference in New Issue
Block a user