Fix armaments/projectiles to aim at closest Target.Positions
Instead of CenterPosition. TargetablePositions were already used for targeting/attack decisions, but not armaments/projectiles.
This commit is contained in:
committed by
Oliver Brakmann
parent
73577e3a7e
commit
7acc6dacbc
@@ -201,6 +201,7 @@ TurretLaserFire:
|
||||
|
||||
LaserFence:
|
||||
Projectile: InstantHit
|
||||
TargetCenterPosition: true
|
||||
Warhead@1Dam: TargetDamage
|
||||
DebugOverlayColor: FF0000
|
||||
Damage: 99999
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
Report: healer1.aud
|
||||
ValidTargets: Infantry
|
||||
Projectile: InstantHit
|
||||
TargetCenterPosition: true
|
||||
Warhead@1Dam: TargetDamage
|
||||
DebugOverlayColor: 00FF00
|
||||
Damage: -50
|
||||
|
||||
Reference in New Issue
Block a user