Skip to content

Commit

Permalink
Update unit_typeid to fix Viking enum
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnySc2 committed Nov 30, 2018
1 parent bcbb6cf commit 303516c
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions sc2/ids/unit_typeid.py
Original file line number Diff line number Diff line change
Expand Up @@ -1935,10 +1935,18 @@ class UnitTypeId(enum.Enum):
TYCHUSHERCACGLUESCREENDUMMY = 1928
TYCHUSGHOSTACGLUESCREENDUMMY = 1929
TYCHUSSCVAUTOTURRETACGLUESCREENDUMMY = 1930
RENEGADELONGBOLTMISSILEWEAPON = 1931
VIKING = 1932
RENEGADEMISSILETURRET = 1933
PARASITICBOMBRELAYDUMMY = 1934
ZERATULSTALKERACGLUESCREENDUMMY = 1931
ZERATULSENTRYACGLUESCREENDUMMY = 1932
ZERATULDARKTEMPLARACGLUESCREENDUMMY = 1933
ZERATULIMMORTALACGLUESCREENDUMMY = 1934
ZERATULOBSERVERACGLUESCREENDUMMY = 1935
ZERATULDISRUPTORACGLUESCREENDUMMY = 1936
ZERATULWARPPRISMACGLUESCREENDUMMY = 1937
ZERATULPHOTONCANNONACGLUESCREENDUMMY = 1938
RENEGADELONGBOLTMISSILEWEAPON = 1939
VIKING = 1940
RENEGADEMISSILETURRET = 1941
PARASITICBOMBRELAYDUMMY = 1942

for item in UnitTypeId:
assert not item.name in globals()
Expand Down

0 comments on commit 303516c

Please sign in to comment.