#65 CNC Ion Cannon - 3 minute cooldown, narrow effect, still PerCell damage for massive building damage
This commit is contained in:
@@ -71,7 +71,7 @@ namespace OpenRA.Mods.Cnc
|
||||
Owner.World.AddFrameEndTask(w =>
|
||||
{
|
||||
Sound.Play(Info.LaunchSound);
|
||||
w.Add(new IonCannon(w, order.TargetLocation));
|
||||
w.Add(new IonCannon(self, w, order.TargetLocation));
|
||||
});
|
||||
|
||||
Game.controller.CancelInputMode();
|
||||
|
||||
Reference in New Issue
Block a user