diff --git a/code/modules/projectiles/projectile/bullets.dm b/code/modules/projectiles/projectile/bullets.dm index c9981933fb..e2574387a9 100644 --- a/code/modules/projectiles/projectile/bullets.dm +++ b/code/modules/projectiles/projectile/bullets.dm @@ -196,10 +196,12 @@ /obj/item/projectile/bullet/pistol/cap name = "cap" + damage_type = HALLOSS damage = 0 nodamage = 1 embed = 0 sharp = 0 /obj/item/projectile/bullet/pistol/cap/process() - return 0 \ No newline at end of file + loc = null + qdel(src) \ No newline at end of file