From c9d37a68341dc0d0306b8c4e2f60b8d5bd801692 Mon Sep 17 00:00:00 2001 From: CornMyCob Date: Sun, 5 Aug 2018 14:14:03 +0100 Subject: [PATCH] makes it work (thanks affected) --- code/game/gamemodes/changeling/powers/headcrab.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/changeling/powers/headcrab.dm b/code/game/gamemodes/changeling/powers/headcrab.dm index 6c0fd57ace2..96d4a784f45 100644 --- a/code/game/gamemodes/changeling/powers/headcrab.dm +++ b/code/game/gamemodes/changeling/powers/headcrab.dm @@ -7,8 +7,9 @@ req_human = 1 /obj/effect/proc_holder/changeling/headcrab/try_to_sting(mob/user, mob/target) - if(alert("Are you sure you wish to do this? This action cannot be undone.",,"Yes","No")=="Yes") - sting_action() + if(alert("Are you sure you wish to do this? This action cannot be undone.",,"Yes","No")=="No") + return + ..() /obj/effect/proc_holder/changeling/headcrab/sting_action(mob/user) var/datum/mind/M = user.mind