diff --git a/code/modules/mob/living/simple_animal/bot/secbot.dm b/code/modules/mob/living/simple_animal/bot/secbot.dm index 9d45b96831..910b9f2a92 100644 --- a/code/modules/mob/living/simple_animal/bot/secbot.dm +++ b/code/modules/mob/living/simple_animal/bot/secbot.dm @@ -82,6 +82,8 @@ emote = attack_two if("ARREST") emote = arrest_emote + if("THREAT_LEVEL") + emote = threat //now replace pieces of the text with the information we have if(emote_type != "TAUNT" && emote_type != "ARREST")