From 6d132c8b55524a0f40c179e6d1cd12116a076d2e Mon Sep 17 00:00:00 2001 From: SuhEugene <32931701+SuhEugene@users.noreply.github.com> Date: Fri, 3 Nov 2023 18:22:38 +0300 Subject: [PATCH] [MIRROR] Fix parrot drop message visible to observers --- .../mob/living/simple_animal/hostile/retaliate/parrot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/retaliate/parrot.dm b/code/modules/mob/living/simple_animal/hostile/retaliate/parrot.dm index e0ef7bcc2d9b8..895a5c7253483 100644 --- a/code/modules/mob/living/simple_animal/hostile/retaliate/parrot.dm +++ b/code/modules/mob/living/simple_animal/hostile/retaliate/parrot.dm @@ -664,7 +664,7 @@ return -1 if(!held_item) - to_chat(usr, SPAN_WARNING("You have nothing to drop!")) + to_chat(src, SPAN_WARNING("You have nothing to drop!")) return 0 if(!drop_gently)