From ee1190cf1221646b1ae6784dd779bd37ec6b228d Mon Sep 17 00:00:00 2001 From: MarioSpore Date: Sun, 31 Aug 2025 16:29:22 -0400 Subject: [PATCH] Make Sleigh Room Key no longer skip balancing --- worlds/grinch/Items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/grinch/Items.py b/worlds/grinch/Items.py index ab189e52..07aa5294 100644 --- a/worlds/grinch/Items.py +++ b/worlds/grinch/Items.py @@ -160,7 +160,7 @@ KEYS_TABLE: dict[str, GrinchItemData] = { # [GrinchRamData()]), # "Bike Race Access": GrinchItemData("Supadow Door Unlocks", 409, IC.progression, # [GrinchRamData()]) - "Sleigh Room Key": GrinchItemData("Sleigh Room", 410, IC.progression_skip_balancing, + "Sleigh Room Key": GrinchItemData("Sleigh Room", 410, IC.progression, [GrinchRamData(0x010200, binary_bit_pos=6), GrinchRamData(0x0100AA, binary_bit_pos=5)]) }