Skip to content

Commit

Permalink
Update worlds/mlss/Rules.py
Browse files Browse the repository at this point in the history
Co-authored-by: Exempt-Medic <[email protected]>
  • Loading branch information
jamesbrq and Exempt-Medic authored Sep 8, 2024
1 parent 539b4c6 commit 84cacba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions worlds/mlss/Rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,10 +689,10 @@ def set_rules(world: "MLSSWorld", excluded):
add_rule(
world.get_location(LocationName.JokesEndNorthofBridgeRoomCoinBlock),
lambda state: StateLogic.ultra(state, world.player)
and StateLogic.fire(state, world.player)
and StateLogic.canDig(state, world.player)
and (StateLogic.membership(state, world.player)
or StateLogic.canMini(state, world.player)),
and StateLogic.fire(state, world.player)
and StateLogic.canDig(state, world.player)
and (StateLogic.membership(state, world.player)
or StateLogic.canMini(state, world.player)),
)
if not world.options.difficult_logic:
add_rule(
Expand Down

0 comments on commit 84cacba

Please sign in to comment.