Merge pull request #4907 from Jordie0608/maybetheturretsjusthateeachother

Makes porta turrets shoot at target instead of it's loc
This commit is contained in:
Cheridan
2014-09-21 18:21:02 -05:00
+1 -1
View File
@@ -606,7 +606,7 @@
A = new eprojectile(loc)
else
A = new projectile(loc)
A.original = target.loc
A.original = target
if(!emagged)
use_power(reqpower)
else