From 69a8738fc3387d6ea64c1655a1b96e715dbf2be3 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Sun, 23 Sep 2018 23:18:49 -0500 Subject: [PATCH] Head pats won't stop tail wagging --- code/modules/mob/living/carbon/carbon_defense.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/carbon_defense.dm b/code/modules/mob/living/carbon/carbon_defense.dm index ad2c45b291..3c4f1fd382 100644 --- a/code/modules/mob/living/carbon/carbon_defense.dm +++ b/code/modules/mob/living/carbon/carbon_defense.dm @@ -276,7 +276,8 @@ "You give [H] a pat on the head to make [p_them()] feel better!") SEND_SIGNAL(src, COMSIG_ADD_MOOD_EVENT, "headpat", /datum/mood_event/headpat) if(H.dna.species.can_wag_tail(H) && (H.dna.features["tail_human"]!= "None" || H.dna.features["tail_lizard"]!= "None" || H.dna.features["mam_tail"])!= "None") - H.emote("wag") + if(!H.dna.species.is_wagging_tail()) + H.emote("wag") else M.visible_message("[M] hugs [src] to make [p_them()] feel better!", \