From a67ed22f404eb32d8df52d7c453b7f39c0d9835f Mon Sep 17 00:00:00 2001 From: Anorak2020 <145682013+Anorak2024@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:49:46 +0300 Subject: [PATCH] Update code/modules/anomalies/anomalies/anomaly.dm Co-authored-by: PlayerUnknown14 <139672964+PlayerUnknown14@users.noreply.github.com> --- code/modules/anomalies/anomalies/anomaly.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/anomalies/anomalies/anomaly.dm b/code/modules/anomalies/anomalies/anomaly.dm index 62dce1fa5d0..1da6b2544f8 100644 --- a/code/modules/anomalies/anomalies/anomaly.dm +++ b/code/modules/anomalies/anomalies/anomaly.dm @@ -167,8 +167,8 @@ if(new_charge <= 50) core.charge = new_charge core.random_throw(3, 6, 5) - core.visible_message(span_warning("[core.declent_ru(NOMINATIVE)] заряжается от [declent_ru(GENITIVE)], \ - но остается пустым из-за низкого заряда.")) + core.visible_message(span_warning("[capitalize(core.declent_ru(NOMINATIVE))] заряжается от [declent_ru(GENITIVE)], \ + но остаётся пустым из-за слишком низкого заряда.")) return var/path = text2path("/obj/item/assembly/signaler/core/tier[core.tier]/[anomaly_type]")