mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Blasphemous: Fix rules for platforming room in BotSS (#2231)
This commit is contained in:
@@ -4193,8 +4193,9 @@ def rules(blasphemousworld):
|
|||||||
# Items
|
# Items
|
||||||
set_rule(world.get_location("BotSS: Platforming gauntlet", player),
|
set_rule(world.get_location("BotSS: Platforming gauntlet", player),
|
||||||
lambda state: (
|
lambda state: (
|
||||||
state.has("D17BZ02S01[FrontR]", player)
|
#state.has("D17BZ02S01[FrontR]", player) or
|
||||||
or state.has_all({"Dash Ability", "Wall Climb Ability"}, player)
|
# TODO: actually fix this once door rando is real
|
||||||
|
state.has_all({"Dash Ability", "Wall Climb Ability"}, player)
|
||||||
))
|
))
|
||||||
# Doors
|
# Doors
|
||||||
set_rule(world.get_entrance("D17BZ02S01[FrontR]", player),
|
set_rule(world.get_entrance("D17BZ02S01[FrontR]", player),
|
||||||
|
Reference in New Issue
Block a user