MLSS: Fix generation error with emblem hunt and no digspots (#4859)

This commit is contained in:
Mysteryem
2025-04-11 02:17:28 +01:00
committed by GitHub
parent ee471a48bd
commit 6a9299018c

View File

@@ -148,6 +148,7 @@ def set_rules(world: "MLSSWorld", excluded):
and StateLogic.canDash(state, world.player)
and StateLogic.canCrash(state, world.player)
)
if world.options.chuckle_beans != 0:
add_rule(
world.get_location(LocationName.BowsersCastleWendyLarryHallwayDigspot),
lambda state: StateLogic.ultra(state, world.player)