mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
More projectiles now ignite things
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user