Fix auto-targeting vs TD/TS/D2K creeps.
This commit is contained in:
committed by
Oliver Brakmann
parent
0a1f2b7275
commit
57df34dcbf
@@ -79,7 +79,7 @@ sandworm:
|
||||
SpiceSand: 100
|
||||
Spice: 100
|
||||
Targetable:
|
||||
TargetTypes: Ground
|
||||
TargetTypes: Ground, Creep
|
||||
WithSpriteBody:
|
||||
WithIdleAnimation:
|
||||
Interval: 160
|
||||
|
||||
@@ -123,13 +123,13 @@
|
||||
^AutoTargetGround:
|
||||
AutoTarget:
|
||||
AutoTargetPriority@DEFAULT:
|
||||
ValidTargets: Infantry, Vehicle, Water, Structure, Defense
|
||||
ValidTargets: Infantry, Vehicle, Creep, Water, Structure, Defense
|
||||
InvalidTargets: NoAutoTarget
|
||||
|
||||
^AutoTargetAll:
|
||||
AutoTarget:
|
||||
AutoTargetPriority@DEFAULT:
|
||||
ValidTargets: Infantry, Vehicle, Water, Air, Structure, Defense
|
||||
ValidTargets: Infantry, Vehicle, Creep, Water, Air, Structure, Defense
|
||||
InvalidTargets: NoAutoTarget
|
||||
|
||||
^Vehicle:
|
||||
|
||||
Reference in New Issue
Block a user