From 3ccc7149ee66673b070c6a3cf4958120c32f1a16 Mon Sep 17 00:00:00 2001 From: NotSoDamn <75203942+NotSoDana@users.noreply.github.com> Date: Thu, 5 Sep 2024 21:38:32 +0200 Subject: [PATCH] fix WallPlastitanium desc (#2567) Co-authored-by: lzk <124214523+lzk228@users.noreply.github.com> --- .../ss14-ru/prototypes/entities/structures/walls/walls.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/walls.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/walls.ftl index 9cf5feb3d36..272f38ad0a4 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/walls.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/walls.ftl @@ -27,7 +27,7 @@ ent-WallPlastitaniumIndestructible = пластитановая стена .suffix = Неразрушимый .desc = { ent-BaseWall.desc } ent-WallPlastitanium = пластитановая стена - .desc = { ent-WallPlastitaniumIndestructible } + .desc = { ent-WallPlastitaniumIndestructible.desc } ent-WallPlastitaniumDiagonal = пластитановая стена .suffix = Диагональ .desc = { ent-WallShuttleDiagonal.desc }