From: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> Date: Wed, 21 May 2025 06:36:06 +0000 (-0700) Subject: fix soil locale (#37674) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3d5534199ef1b813d04f32da996d9cf8285bcfce;p=space-station-14.git fix soil locale (#37674) * fix soil locale * xdd --- diff --git a/Resources/Locale/en-US/recipes/tags.ftl b/Resources/Locale/en-US/recipes/tags.ftl index baae9a1303..fed4eb1af5 100644 --- a/Resources/Locale/en-US/recipes/tags.ftl +++ b/Resources/Locale/en-US/recipes/tags.ftl @@ -68,6 +68,7 @@ construction-graph-tag-match-stick = match stick construction-graph-tag-potato = a potato construction-graph-tag-wheat-bushel = wheat bushel construction-graph-tag-corgi-hide = corgi hide +soil-construction-graph-any-mushroom = any mushroom # toys construction-graph-tag-rubber-ducky = a rubber ducky diff --git a/Resources/Prototypes/Entities/Structures/soil.yml b/Resources/Prototypes/Entities/Structures/soil.yml index 53a8944856..725ab0c6ff 100644 --- a/Resources/Prototypes/Entities/Structures/soil.yml +++ b/Resources/Prototypes/Entities/Structures/soil.yml @@ -1,6 +1,7 @@ - type: entity - name: soil id: hydroponicsSoil + name: soil + description: A mix of organic matter and minerals creating a soil to grow your plant in space. Seems to be dry. placement: mode: SnapgridCenter components: @@ -57,9 +58,10 @@ - type: PlantHolderVisuals - type: entity - name: fungal soil parent: hydroponicsSoil id: FungalSoil + name: fungal soil + description: A mix of organic matter and fungal root creating a soil to grow your plant in space. Seems to be dry. components: - type: Construction graph: Soil diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/soil.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/soil.yml index 923469a8b1..b16d86aec0 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/soil.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/soil.yml @@ -15,7 +15,7 @@ amount: 10 doAfter: 10 - tag: Mushroom - name: any Mushroom + name: soil-construction-graph-any-mushroom icon: sprite: Objects/Misc/spaceshroom.rsi state: object diff --git a/Resources/Prototypes/Recipes/Construction/structures.yml b/Resources/Prototypes/Recipes/Construction/structures.yml index 7f3e0b6212..c756e0ff53 100644 --- a/Resources/Prototypes/Recipes/Construction/structures.yml +++ b/Resources/Prototypes/Recipes/Construction/structures.yml @@ -1255,16 +1255,11 @@ - !type:TileNotBlocked - type: construction - name: fungal soil id: FungalSoil graph: Soil startNode: start targetNode: fungalSoil category: construction-category-structures - description: A mix of organic matter and fungal root creating a soil to grow your plant in space. Seems to be dry. - icon: - sprite: Structures/Hydroponics/misc.rsi - state: fungal_soil objectType: Structure placementMode: SnapgridCenter canBuildInImpassable: false