Skip to content

Commit

Permalink
sc2: Adding mothership integrated power to overpowere items in lieu o…
Browse files Browse the repository at this point in the history
…f mothership
  • Loading branch information
MatthewMarinets committed Dec 15, 2024
1 parent 7cdfcae commit e6c3818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/sc2/item/item_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
]

0 comments on commit e6c3818

Please sign in to comment.