Skip to content

Commit

Permalink
Fix Cyclone not listed as a Factory unit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Sep 30, 2023
1 parent a3907e8 commit 8b436e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/sc2wol/PoolFilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]

BARRACKS_UNITS = {"Marine", "Medic", "Firebat", "Marauder", "Reaper", "Ghost", "Spectre"}
FACTORY_UNITS = {"Hellion", "Vulture", "Goliath", "Diamondback", "Siege Tank", "Thor", "Predator", "Widow Mine"}
FACTORY_UNITS = {"Hellion", "Vulture", "Goliath", "Diamondback", "Siege Tank", "Thor", "Predator", "Widow Mine", "Cyclone"}
STARPORT_UNITS = {"Medivac", "Wraith", "Viking", "Banshee", "Battlecruiser", "Hercules", "Science Vessel", "Raven", "Liberator", "Valkyrie"}

PROTOSS_REGIONS = {"A Sinister Turn", "Echoes of the Future", "In Utter Darkness"}
Expand Down

0 comments on commit 8b436e3

Please sign in to comment.