From 5e2bdfc8ba1f95e66ce90b23f81ddbb1d981cafc Mon Sep 17 00:00:00 2001 From: Anorak2020 <145682013+Anorak2024@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:47:28 +0300 Subject: [PATCH] Update code/modules/anomalies/cores.dm Co-authored-by: PlayerUnknown14 <139672964+PlayerUnknown14@users.noreply.github.com> --- code/modules/anomalies/cores.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/anomalies/cores.dm b/code/modules/anomalies/cores.dm index 737074dfa49..9680c08963e 100644 --- a/code/modules/anomalies/cores.dm +++ b/code/modules/anomalies/cores.dm @@ -261,7 +261,7 @@ return if(H.bodytemperature < T0C - 50) - visible_message("[declent_ru(NOMINATIVE)] реагирует на контакт с холодным объектом и испуская языки пламени!") + visible_message("[capitalize(declent_ru(NOMINATIVE))] реагирует на контакт с холодным объектом, испуская языки пламени!") H.adjust_fire_stacks(round(get_strenght() / 30 + 0.5)) H.IgniteMob() else if(H.bodytemperature > T0C + 100)