From 69253367f954bc7c19f9e71f59f7c77709b1e58b Mon Sep 17 00:00:00 2001 From: TotallyNotADog Date: Mon, 24 Jan 2022 15:22:39 -0600 Subject: [PATCH] fixing this --- code/modules/mob/living/carbon/carbon_defense.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/carbon_defense.dm b/code/modules/mob/living/carbon/carbon_defense.dm index 93bdafc7a..e6ea0da83 100644 --- a/code/modules/mob/living/carbon/carbon_defense.dm +++ b/code/modules/mob/living/carbon/carbon_defense.dm @@ -316,8 +316,7 @@ SEND_SIGNAL(src, COMSIG_ADD_MOOD_EVENT, "friendly_hug", /datum/mood_event/betterhug, M) if(H.client?.prefs.cit_toggles & NO_AUTO_WAG) //if they don't wanna wag - if(!(HAS_TRAIT(H, TRAIT_DISTANT))) //because distant = the pet didn't actually happen - playsound(loc, 'sound/weapons/thudswoosh.ogg', 50, 1, -1) //so the sound plays as expected + playsound(loc, 'sound/weapons/thudswoosh.ogg', 50, 1, -1) //so the sound plays as expected return else if(H.dna.species.can_wag_tail(H)) if("tail_human" in pref_species.default_features)