Update projectile.dm

This commit is contained in:
silicons
2020-09-07 05:36:51 -07:00
committed by GitHub
parent 6f1ea1aa0c
commit 1d8a030070
+1
View File
@@ -460,6 +460,7 @@
return TRUE //Bullets don't drift in space
/obj/item/projectile/process(wait)
set waitfor = FALSE
if(!loc || !fired || !trajectory)
fired = FALSE
return PROCESS_KILL