Merge pull request #662 from Petethegoat/hang

Nooses and table fix
This commit is contained in:
Cael Aislinn
2013-05-31 05:00:20 -07:00
2 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -227,7 +227,10 @@
attack_verb = list("whipped", "lashed", "disciplined", "flogged")
suicide_act(mob/user)
viewers(user) << "\red <b>[user] is strangling \himself with the [src.name]! It looks like \he's trying to commit suicide.</b>"
if(locate(/obj/structure/stool) in user.loc)
viewers(user) << "\red <b>[user] is making a noose with the [src.name]! It looks like \he's trying to commit suicide.</b>"
else
viewers(user) << "\red <b>[user] is strangling \himself with the [src.name]! It looks like \he's trying to commit suicide.</b>"
return(OXYLOSS)