From 1cc492ddeb931433ebef39941b990525c19d0f1f Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 20 Sep 2024 23:54:57 -0700 Subject: [PATCH] sc2: Adding more OP items per user feedback --- worlds/sc2/item_groups.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/worlds/sc2/item_groups.py b/worlds/sc2/item_groups.py index 952f2f6bc9b7..df2c8b608a52 100644 --- a/worlds/sc2/item_groups.py +++ b/worlds/sc2/item_groups.py @@ -637,8 +637,15 @@ def get_all_group_names(cls) -> typing.Set[str]: item_names.MECHANICAL_KNOW_HOW, item_names.MERCENARY_MUNITIONS, + item_names.KERRIGAN_APOCALYPSE, + item_names.KERRIGAN_DROP_PODS, + item_names.KERRIGAN_SPAWN_LEVIATHAN, + item_names.REAVER_RESOURCE_EFFICIENCY, item_names.SOA_TIME_STOP, item_names.SOA_SOLAR_LANCE, + # 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, ]