Fixed projectile effect runtime

Only showing the impact effect without the rest of the tracer would look a
bit silly anyway.
This commit is contained in:
Loganbacca
2016-01-01 11:28:02 +13:00
parent 77bce347c1
commit 4fdfc84249
-1
View File
@@ -141,7 +141,6 @@
/obj/item/projectile/proc/launch_from_gun(atom/target, mob/user, obj/item/weapon/gun/launcher, var/target_zone, var/x_offset=0, var/y_offset=0)
if(user == target) //Shooting yourself
user.bullet_act(src, target_zone)
on_impact(user)
qdel(src)
return 0