From 6a4264085c56972758639188d2b547d308f00b44 Mon Sep 17 00:00:00 2001 From: timothyteakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Wed, 22 Jul 2020 00:17:03 +0100 Subject: [PATCH] woops 2: electric boogaloo --- code/modules/mob/living/simple_animal/bot/secbot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/bot/secbot.dm b/code/modules/mob/living/simple_animal/bot/secbot.dm index 5934f7ea69..de811cc644 100644 --- a/code/modules/mob/living/simple_animal/bot/secbot.dm +++ b/code/modules/mob/living/simple_animal/bot/secbot.dm @@ -227,7 +227,7 @@ Auto Patrol: []"}, if(special_retaliate_after_attack(H)) return if(H.a_intent == INTENT_HELP && bot_hat) - to_chat(A, "You knock [bot_hat] off of [src]'s head!") + to_chat(H, "You knock [bot_hat] off of [src]'s head!") bot_hat.forceMove(get_turf(src)) //reset all emotes/sounds death_emote = initial(death_emote)