From 7e8a0c51c4b267e3fbc4ba13ae67455cc5185cb6 Mon Sep 17 00:00:00 2001 From: imsxz Date: Sat, 19 Sep 2020 17:08:44 -0400 Subject: [PATCH] headpatsies ^w^ --- code/modules/mob/living/carbon/carbon_defense.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/mob/living/carbon/carbon_defense.dm b/code/modules/mob/living/carbon/carbon_defense.dm index 44fa6b96a54..6a9f322949a 100644 --- a/code/modules/mob/living/carbon/carbon_defense.dm +++ b/code/modules/mob/living/carbon/carbon_defense.dm @@ -431,6 +431,11 @@ null, "You hear the rustling of clothes.", DEFAULT_MESSAGE_RANGE, list(M, src)) to_chat(M, "You shake [src] trying to pick [p_them()] up!") to_chat(src, "[M] shakes you to get you up!") + + else if(check_zone(M.zone_selected) == BODY_ZONE_HEAD) //Headpats! + M.visible_message("[M] gives [src] a pat on the head to make [p_them()] feel better!", \ + "You give [src] a pat on the head to make [p_them()] feel better!") + else M.visible_message("[M] hugs [src] to make [p_them()] feel better!", \ null, "You hear the rustling of clothes.", DEFAULT_MESSAGE_RANGE, list(M, src))