More projectiles now ignite things

This commit is contained in:
Anewbe
2018-03-11 15:47:48 -05:00
parent edab848f2f
commit 09effef4f9
8 changed files with 48 additions and 0 deletions
@@ -191,6 +191,8 @@
sharp = 0
check_armour = "melee"
combustion = FALSE
/obj/item/projectile/bullet/shotgun/ion/on_hit(var/atom/target, var/blocked = 0)
..()
empulse(target, 0, 0, 0, 0) //Only affects what it hits
@@ -325,6 +327,8 @@
embed_chance = 0
sharp = 0
combustion = FALSE
/obj/item/projectile/bullet/pistol/cap/process()
loc = null
qdel(src)