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 May 2, 2024
1 parent ea1c0c7 commit 6eb4b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/mlss/Rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def set_rules(world: "MLSSWorld", excluded):
lambda state: StateLogic.canDash(state, world.player),
)

if world.options.chuckle_beans == 1 or world.options.chuckle_beans == 2:
if world.options.chuckle_beans != 0:
add_rule(
world.multiworld.get_location(LocationName.HoohooMountainBaseBoostatueRoomDigspot2, world.player),
lambda state: StateLogic.canCrash(state, world.player) or StateLogic.super(state, world.player),
Expand Down

0 comments on commit 6eb4b53

Please sign in to comment.