More projectiles now ignite things

This commit is contained in:
Anewbe
2018-03-10 21:30:01 -06:00
parent edab848f2f
commit 09effef4f9
8 changed files with 48 additions and 0 deletions

View File

@@ -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)