From e4f86dd04501ac62c7f1ed417aa138ecc1263714 Mon Sep 17 00:00:00 2001 From: AndroBetel <44546836+AndroBetel@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:35:54 +0300 Subject: [PATCH] Update code/modules/clothing/head/helmet.dm Co-authored-by: simb11 <84613249+simb11@users.noreply.github.com> --- code/modules/clothing/head/helmet.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index d356a3af007..b3ec17a212e 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -358,7 +358,7 @@ /obj/item/clothing/head/helmet/durathread name = "durathread helmet" cases = list("дюратканевый шлем", "дюратканевого шлема", "дюратканевому шлему", "дюратканевый шлем", "дюратканевым шлемом", "дюратканевом шлеме") - desc = "Шлем, собранный на коленке из пары листов металла и бюраткани." + desc = "Шлем, собранный на коленке из пары листов металла и дюраткани." icon_state = "Durahelmet" item_state = "Durahelmet" armor = list(melee = 45, bullet = 15, laser = 50, energy = 35, bomb = 0, bio = 0, rad = 0)