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, ]