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)