Add BeaconDelay to SupportPower
This commit is contained in:
@@ -212,7 +212,8 @@ namespace OpenRA.Mods.RA.Traits
|
||||
Info.ArrowSequence,
|
||||
Info.CircleSequence,
|
||||
Info.ClockSequence,
|
||||
() => 1 - ((distanceTestActor.CenterPosition - target).HorizontalLength - info.BeaconDistanceOffset.Length) * 1f / distance);
|
||||
() => 1 - ((distanceTestActor.CenterPosition - target).HorizontalLength - info.BeaconDistanceOffset.Length) * 1f / distance,
|
||||
Info.BeaconDelay);
|
||||
|
||||
w.Add(beacon);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user