From 5553165c50cabaa75d3058b12090263a559471b4 Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 2 Jul 2024 20:11:22 -0700 Subject: [PATCH] sc2: Fixing an incorrect variable in war council auto-send --- worlds/sc2/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/sc2/client.py b/worlds/sc2/client.py index 855a49e8b266..31f0e83b593d 100644 --- a/worlds/sc2/client.py +++ b/worlds/sc2/client.py @@ -898,7 +898,7 @@ def calculate_items(ctx: SC2Context) -> typing.Dict[SC2Race, typing.List[int]]: # War council option if not ctx.allow_unit_nerfs: - accumulators[SC2Race.PROTOSS][ProtossItemType.War_Council] = (1 << 30) - 1 + accumulators[SC2Race.PROTOSS][ProtossItemType.War_Council.flag_word] = (1 << 30) - 1 # Deprecated Orbital Command handling (Backwards compatibility): if orbital_command_count > 0: