Remove Order.TargetLocation from support powers.
This commit is contained in:
@@ -104,7 +104,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
base.Activate(self, order, manager);
|
||||
PlayLaunchSounds();
|
||||
|
||||
Activate(self, self.World.Map.CenterOfCell(order.TargetLocation));
|
||||
Activate(self, order.Target.CenterPosition);
|
||||
}
|
||||
|
||||
public void Activate(Actor self, WPos targetPosition)
|
||||
|
||||
Reference in New Issue
Block a user