Skip to content

Commit 80fc961

Browse files
committed
BattleHellions count as Hellions now (except when targetted).
1 parent 479ca3a commit 80fc961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
'BuildwarHound': ('WarHound',45),
159159
'BuildWidowMine': ('WidowMine',40),
160160
'BuildHellion': ('Hellion',30),
161-
'BuildBattleHellion': ('BattleHellion',30),
161+
'BuildBattleHellion': ('Hellion',30),
162162
'TrainMedivac': ('Medivac',42),
163163
'TrainBanshee': ('Banshee',60),
164164
'TrainRaven': ('Raven',60),

0 commit comments

Comments
 (0)