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