Implements the vacuum traversal part of the plasmastun

This commit is contained in:
Anewbe
2017-01-15 17:42:05 -06:00
parent fea374d77e
commit c2ac804dc0
2 changed files with 7 additions and 1 deletions

View File

@@ -142,7 +142,7 @@
damage = 5
agony = 70
damage_type = BURN
// vacuum_traversal = 0 //Projectile disappears in empty space, TODO: Implement this
vacuum_traversal = 0 //Projectile disappears in empty space
/obj/item/projectile/energy/plasmastun/proc/bang(var/mob/living/carbon/M)