#65 CNC Ion Cannon - 3 minute cooldown, narrow effect, still PerCell damage for massive building damage

This commit is contained in:
Chris Forbes
2010-04-02 21:57:56 +13:00
parent 93632f6c6c
commit 71340811ef
4 changed files with 33 additions and 5 deletions

View File

@@ -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();