Fixed #856 - created trait for ammo reload time, set for some aircraft
This commit is contained in:
committed by
Chris Forbes
parent
6be55b61aa
commit
de5db51f25
@@ -80,7 +80,7 @@ namespace OpenRA.Mods.RA
|
||||
self.CancelActivity();
|
||||
self.QueueActivity(new MoveAdjacentTo(order.TargetActor));
|
||||
self.QueueActivity(mobile.MoveTo(Traits.Util.CellContaining(order.TargetActor.CenterLocation), order.TargetActor));
|
||||
self.QueueActivity(new Rearm());
|
||||
self.QueueActivity(new Rearm(self));
|
||||
self.QueueActivity(new Repair(order.TargetActor));
|
||||
|
||||
if (rp != null)
|
||||
|
||||
Reference in New Issue
Block a user