From a4d69113249210c6bc7c801c39269f5d8db23e4b Mon Sep 17 00:00:00 2001 From: r4d6 <50276533+r4d6@users.noreply.github.com> Date: Mon, 16 Dec 2019 07:48:29 -0500 Subject: [PATCH] Update code/modules/mob/living/carbon/carbon_defense.dm Co-Authored-By: deathride58 --- code/modules/mob/living/carbon/carbon_defense.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/carbon_defense.dm b/code/modules/mob/living/carbon/carbon_defense.dm index 3e258e173c..75df265f11 100644 --- a/code/modules/mob/living/carbon/carbon_defense.dm +++ b/code/modules/mob/living/carbon/carbon_defense.dm @@ -322,7 +322,7 @@ "[H] shakes [target]'s hand.", \ "You shake [target]'s hand.", ) - else if(H.zone_sel.selecting == "mouth") // I ADDED BOOP-EH-DEH-NOSEH - Jon + else if(check_zone(M.zone_selected) == "mouth") // I ADDED BOOP-EH-DEH-NOSEH - Jon H.visible_message( \ "[H] boops [target]'s nose.", \ "You boop [target] on the nose.", )