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