From 332dae9ee187a67d41f76f5a983820f39c12014d Mon Sep 17 00:00:00 2001 From: timothyteakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Fri, 24 Jul 2020 01:31:07 +0100 Subject: [PATCH] beepsky now replaces THREAT_LEVEL with the threat --- code/modules/mob/living/simple_animal/bot/secbot.dm | 2 ++ 1 file changed, 2 insertions(+) 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")