Merge pull request #853 from Erthilo/master

Fixes portable turrets projectiles and ninja projectiles not moving
This commit is contained in:
SkyMarshal
2012-04-16 13:24:48 -07:00
2 changed files with 2 additions and 2 deletions
@@ -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
+1 -1
View File
@@ -567,7 +567,7 @@ Neutralize All Unidentified Life Signs: []<BR>"},
A.yo = U.y - T.y
A.xo = U.x - T.x
spawn( 1 )
A.process()
A.fired()
return