Skip to content

Commit

Permalink
Remove deprecated Orbital Command from item groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Jun 9, 2024
1 parent 30c2fb5 commit 9c97096
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions worlds/sc2/item_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ def get_all_group_names(cls) -> typing.Set[str]:
]
item_name_groups[ItemGroupNames.TERRAN_ORIGINAL_PROGRESSIVE_UPGRADES] = terran_original_progressive_upgrades = [
item_names.PROGRESSIVE_FIRE_SUPPRESSION_SYSTEM,
item_names.PROGRESSIVE_ORBITAL_COMMAND,
item_names.MARINE_PROGRESSIVE_STIMPACK,
item_names.VULTURE_PROGRESSIVE_REPLENISHABLE_MAGAZINE,
item_names.DIAMONDBACK_PROGRESSIVE_TRI_LITHIUM_POWER_CELL,
Expand Down Expand Up @@ -303,7 +302,6 @@ def get_all_group_names(cls) -> typing.Set[str]:
item_names.RAVEN_BIO_MECHANICAL_REPAIR_DRONE, # Baseline in mission 5
item_names.BATTLECRUISER_TACTICAL_JUMP,
item_names.BATTLECRUISER_COVERT_OPS_ENGINES,
item_names.PROGRESSIVE_ORBITAL_COMMAND, # Can be upgraded from mission 2
item_names.PROGRESSIVE_FIRE_SUPPRESSION_SYSTEM, # Baseline from mission 2
item_names.ORBITAL_DEPOTS, # Baseline from mission 2
item_names.COMMAND_CENTER_SCANNER_SWEEP, # In NCO you must actually morph Command Center into Orbital Command
Expand Down

0 comments on commit 9c97096

Please sign in to comment.