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
+1 -1
View File
@@ -398,7 +398,7 @@
icon_state = "ectoplasm"
/obj/item/ectoplasm/suicide_act(mob/user)
user.visible_message("<span class='suicide'>[user] is inhaling [src]! It looks like [user.p_theyre()] trying to visit the astral plane.</span>")
user.visible_message("<span class='suicide'>[user] is inhaling [src]! It looks like [user.p_theyre()] trying to visit the astral plane!</span>")
return (OXYLOSS)
/obj/item/mounted_chainsaw