Merge pull request #33241 from swindly/suicide

Adds some suicide acts
This commit is contained in:
Jordan Brown
2017-12-09 16:22:00 -05:00
committed by CitadelStationBot
parent edce62494d
commit 70be12aa1c
9 changed files with 57 additions and 6 deletions
@@ -113,6 +113,10 @@
origin_tech = "biotech=2"
self_delay = 20
/obj/item/stack/medical/bruise_pack/suicide_act(mob/user)
user.visible_message("<span class='suicide'>[user] is bludgeoning [user.p_them()]self with [src]! It looks like [user.p_theyre()] trying to commit suicide!</span>")
return (BRUTELOSS)
/obj/item/stack/medical/gauze
name = "medical gauze"
desc = "A roll of elastic cloth that is extremely effective at stopping bleeding, but does not heal wounds."