Skip to content

Commit

Permalink
sc2: Adding more OP items per user feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMarinets committed Sep 21, 2024
1 parent 5c00ab8 commit 1cc492d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions worlds/sc2/item_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
]

0 comments on commit 1cc492d

Please sign in to comment.