Skip to content

Commit 0d0347e

Browse files
ScipioWrightEmilyV99
authored andcommitted
TUNIC: Fix entrance rule for unrestricted + ladders - entrance rando (ArchipelagoMW#3076)
1 parent f4cd693 commit 0d0347e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worlds/tunic/er_rules.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1226,12 +1226,12 @@ def get_portal_info(portal_sd: str) -> Tuple[str, str]:
12261226
and (has_ladder("Ladders in Swamp", state, player, options)
12271227
or has_ice_grapple_logic(True, state, player, options, ability_unlocks)
12281228
or not options.entrance_rando))
1229+
# soft locked without this ladder
12291230
elif portal_name == "West Garden Exit after Boss" and not options.entrance_rando:
12301231
regions[region_name].connect(
12311232
regions[paired_region],
12321233
name=portal_name + " (LS) " + region_name,
12331234
rule=lambda state: has_stick(state, player)
1234-
and state.has_any(ladders, player)
12351235
and (state.has("Ladders to West Bell", player)))
12361236
# soft locked unless you have either ladder. if you have laurels, you use the other Entrance
12371237
elif portal_name in {"Furnace Exit towards West Garden", "Furnace Exit to Dark Tomb"} \

0 commit comments

Comments
 (0)