From 303b737a42be037811dc24dcd510b36ad1519e08 Mon Sep 17 00:00:00 2001 From: Hero010h <163765999+Hero010h@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:26:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BA=D1=80=D0=B0=D1=84=D1=82=20=D0=B2=D0=BD=D0=B5?= =?UTF-8?q?=D1=88=D0=BD=D0=B5=D0=BC=D1=83=20=D1=88=D0=BB=D1=8E=D0=B7=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Locale/ru-RU/_white/recipes/structures/airlocks.ftl | 5 +++++ .../Prototypes/_White/Recipes/Construction/structures.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 Resources/Locale/ru-RU/_white/recipes/structures/airlocks.ftl diff --git a/Resources/Locale/ru-RU/_white/recipes/structures/airlocks.ftl b/Resources/Locale/ru-RU/_white/recipes/structures/airlocks.ftl new file mode 100644 index 0000000000..3df37da0ea --- /dev/null +++ b/Resources/Locale/ru-RU/_white/recipes/structures/airlocks.ftl @@ -0,0 +1,5 @@ +ent-airlockExternal = { ent-AirlockExternal } + .desc = { ent-AirlockExternal.desc } + +ent-airlockExternalGlass = стеклянный внешний шлюз + .desc = { ent-airlockExternal.desc} \ No newline at end of file diff --git a/Resources/Prototypes/_White/Recipes/Construction/structures.yml b/Resources/Prototypes/_White/Recipes/Construction/structures.yml index 85bea7ff26..a7685e8959 100644 --- a/Resources/Prototypes/_White/Recipes/Construction/structures.yml +++ b/Resources/Prototypes/_White/Recipes/Construction/structures.yml @@ -21,7 +21,7 @@ targetNode: externalGlass category: construction-category-structures description: It opens, it closes, it might crush you, and there might be only space behind it. Has to be manually activated. - icon: { sprite: Structures/Doors/Airlocks/Standard/external.rsi, state: closed } + icon: { sprite: Structures/Doors/Airlocks/Glass/external.rsi, state: closed } objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false