Jak 1: Did you know Snowy Mountain had such specific unlock requirements? I didn't.

This commit is contained in:
massimilianodelliubaldini
2024-05-02 20:00:19 -04:00
parent f0659e36db
commit f4a51a8f4a

View File

@@ -158,7 +158,8 @@ def set_rules(multiworld: MultiWorld, options: JakAndDaxterOptions, player: int)
connect_regions(multiworld, player,
Jak1Level.VOLCANIC_CRATER,
Jak1Level.SNOWY_MOUNTAIN,
lambda state: has_count_of(pre_sm_cells, 2, player, state))
lambda state: has_count_of(pre_sm_cells, 2, player, state)
or state.count_group("Power Cell", player) >= 71) # Yeah, this is a weird one.
connect_region_to_sub(multiworld, player,
Jak1Level.SNOWY_MOUNTAIN,