From 87de3c94fd322da7f147a1b6f6b5bf253ebc6340 Mon Sep 17 00:00:00 2001 From: Ren Erthilo Date: Mon, 16 Apr 2012 21:10:13 +0100 Subject: [PATCH] Fixes a ninja ability projectile. --- code/game/events/EventProcs/ninja_abilities.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/events/EventProcs/ninja_abilities.dm b/code/game/events/EventProcs/ninja_abilities.dm index fd17477f691..5de2c8ed839 100644 --- a/code/game/events/EventProcs/ninja_abilities.dm +++ b/code/game/events/EventProcs/ninja_abilities.dm @@ -213,7 +213,7 @@ This could be a lot better but I'm too tired atm.*/ A.yo = targloc.y - curloc.y A.xo = targloc.x - curloc.x cell.charge-=(C*10) - A.process() + A.fired() else U << "\red There are no targets in view." return