Last resort now requires a confirmation. (#33947)

* Update headcrab.dm

* fixed

* fuck

* Update headcrab.dm

* Update headcrab.dm
This commit is contained in:
F-OS
2017-12-31 01:23:42 -07:00
committed by CitadelStationBot
parent 06901e1edc
commit 9c8959f2ff

View File

@@ -8,6 +8,8 @@
/obj/effect/proc_holder/changeling/headcrab/sting_action(mob/user)
set waitfor = FALSE
if(alert("Are we sure we wish to kill ourself and create a headslug?",,"Yes", "No") == "No")
return
var/datum/mind/M = user.mind
var/list/organs = user.getorganszone("head", 1)
@@ -35,4 +37,4 @@
if(crab.origin)
crab.origin.active = 1
crab.origin.transfer_to(crab)
to_chat(crab, "<span class='warning'>You burst out of the remains of your former body in a shower of gore!</span>")
to_chat(crab, "<span class='warning'>You burst out of the remains of your former body in a shower of gore!</span>")