From 0b1bc15ed6f4fc93c641fc5afc59dcc0e65e19b8 Mon Sep 17 00:00:00 2001 From: littleboobs Date: Wed, 29 Jan 2025 15:06:54 +0300 Subject: [PATCH] fix --- code/modules/clothing/clothing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index 0645dfb403d..7e7f66c9ca6 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -377,7 +377,7 @@ BLIND // can't see anything balloon_alert(user, "датчики заблокированы!") return if(has_sensor <= 0) - balloon_alert(user, "датчики отсутствуют!) + balloon_alert(user, "датчики отсутствуют!") return var/list/modes = list("Выключены", "Бинарный режим", "Мониторинг жизненных показателей", "Полный мониторинг")