From ce3bfb2cb8f48a5723bd9b076d6e626afa0e5a09 Mon Sep 17 00:00:00 2001 From: forest2001 Date: Tue, 25 Jul 2023 03:23:39 +0100 Subject: [PATCH] fixes the fixes --- code/modules/mob/living/simple_animal/simple_animal.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/mob/living/simple_animal/simple_animal.dm b/code/modules/mob/living/simple_animal/simple_animal.dm index e515191cd3ff..3e864ecc12ae 100644 --- a/code/modules/mob/living/simple_animal/simple_animal.dm +++ b/code/modules/mob/living/simple_animal/simple_animal.dm @@ -353,9 +353,6 @@ if(stat) return - if(speak_emote.len) - verb = pick(speak_emote) - message = capitalize(trim_left(message)) ..(message) //if the animal has a ckey then it will log the message