From f4a51a8f4a3c6f80b80e9825090b891fdab39844 Mon Sep 17 00:00:00 2001 From: massimilianodelliubaldini <8584296+massimilianodelliubaldini@users.noreply.github.com> Date: Thu, 2 May 2024 20:00:19 -0400 Subject: [PATCH] Jak 1: Did you know Snowy Mountain had such specific unlock requirements? I didn't. --- worlds/jakanddaxter/Rules.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/worlds/jakanddaxter/Rules.py b/worlds/jakanddaxter/Rules.py index 6758b3c7ce..bb355e0e2c 100644 --- a/worlds/jakanddaxter/Rules.py +++ b/worlds/jakanddaxter/Rules.py @@ -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,