Last resort now requires a confirmation. (#33947)
* Update headcrab.dm * fixed * fuck * Update headcrab.dm * Update headcrab.dm
This commit is contained in:
@@ -8,6 +8,8 @@
|
|||||||
|
|
||||||
/obj/effect/proc_holder/changeling/headcrab/sting_action(mob/user)
|
/obj/effect/proc_holder/changeling/headcrab/sting_action(mob/user)
|
||||||
set waitfor = FALSE
|
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/datum/mind/M = user.mind
|
||||||
var/list/organs = user.getorganszone("head", 1)
|
var/list/organs = user.getorganszone("head", 1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user