From 671512c24735523dd6a9dedabdc38bec8718ced0 Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 13 Dec 2024 23:00:53 -0800 Subject: [PATCH] sc2: Adding mothership integrated power to overpowere items in lieu of mothership --- worlds/sc2/item/item_groups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/sc2/item/item_groups.py b/worlds/sc2/item/item_groups.py index 20d579c1c908..223dc884046d 100644 --- a/worlds/sc2/item/item_groups.py +++ b/worlds/sc2/item/item_groups.py @@ -764,5 +764,5 @@ def get_all_group_names(cls) -> typing.Set[str]: # Note: This is more an issue of having multiple ults at the same time, rather than solar bombardment in particular. # Can be removed from the list if we get an SOA ult combined cooldown or energy cost on it. item_names.SOA_SOLAR_BOMBARDMENT, - item_names.MOTHERSHIP, + item_names.MOTHERSHIP_INTEGRATED_POWER, ]