From 34b1de4d701dadce37126db378277d622d8be2e2 Mon Sep 17 00:00:00 2001 From: Anorak2020 <145682013+Anorak2024@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:21:50 +0300 Subject: [PATCH] Update code/modules/antagonists/traitor/affiliates/items/tiger/borer_kit.dm Co-authored-by: Den109G <87372121+Den109G@users.noreply.github.com> --- .../antagonists/traitor/affiliates/items/tiger/borer_kit.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/traitor/affiliates/items/tiger/borer_kit.dm b/code/modules/antagonists/traitor/affiliates/items/tiger/borer_kit.dm index 2220f43770d..6e87c82ae0a 100644 --- a/code/modules/antagonists/traitor/affiliates/items/tiger/borer_kit.dm +++ b/code/modules/antagonists/traitor/affiliates/items/tiger/borer_kit.dm @@ -163,7 +163,7 @@ var/mob/living/carbon/human/host = target target = host.has_brain_worms() if(!target) - user.balloon_alert(user, "Бореров не обнаружено") + user.balloon_alert(user, "бореров не обнаружено") return if(!isborer(target))