This commit is contained in:
Name
2019-03-06 04:35:12 -05:00
parent 62b332a658
commit 07f8558e1f
4 changed files with 14 additions and 8 deletions
+2 -1
View File
@@ -21,12 +21,13 @@
playsound(src, 'sound/items/eatfood.ogg', 50, TRUE)
user.transferItemToLoc(src, user, TRUE)
suicider = user
return MANUAL_SUICIDE
return MANUAL_SUICIDE_NONLETHAL
/obj/item/assembly/signaler/proc/manual_suicide(mob/living/carbon/user)
user.visible_message("<span class='suicide'>[user]'s \the [src] receives a signal, killing [user.p_them()] instantly!</span>")
user.adjustOxyLoss(200)//it sends an electrical pulse to their heart, killing them. or something.
user.death(0)
user.set_suicide(TRUE)
/obj/item/assembly/signaler/Initialize()
. = ..()