mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-28 16:43:24 -07:00
Jak 1: Did you know Snowy Mountain had such specific unlock requirements? I didn't.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user