From d54c3c19dd3c14deb13e93f519658a7a9d66a50c Mon Sep 17 00:00:00 2001 From: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> Date: Mon, 23 Dec 2019 08:15:53 -0600 Subject: [PATCH] Restores corgi's ability to perform emotes like barking (#12832) --- code/modules/mob/living/simple_animal/friendly/dog.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/friendly/dog.dm b/code/modules/mob/living/simple_animal/friendly/dog.dm index 55aa587eff9..3717493d26c 100644 --- a/code/modules/mob/living/simple_animal/friendly/dog.dm +++ b/code/modules/mob/living/simple_animal/friendly/dog.dm @@ -37,7 +37,7 @@ playsound(src, yelp_sound, 75, TRUE) /mob/living/simple_animal/pet/dog/emote(act, m_type = 1, message = null, force) - if(!incapacitated()) + if(incapacitated()) return var/on_CD = 0