POLARIS: Beam weapons runtime when you shoot yourself

This commit is contained in:
Arokha Sieyes
2018-03-17 21:41:53 -04:00
parent 00a4466dc3
commit 8ae8ebcaf7

View File

@@ -393,7 +393,7 @@
P.activate()
/obj/item/projectile/proc/impact_effect(var/matrix/M)
if(ispath(tracer_type))
if(ispath(tracer_type) && location)
var/obj/effect/projectile/P = new impact_type(location.loc)
if(istype(P))