Fixes caps getting stuck in air forever.

Also apparently just being nodamage 0 damage non-sharp bullet is not enough to stop suicide from working -_-.
This commit is contained in:
Chinsky
2015-08-14 06:17:15 +03:00
parent b01a41d766
commit 822d48928b

View File

@@ -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
loc = null
qdel(src)