fix soil locale (#37674)

* fix soil locale

* xdd
This commit is contained in:
ArtisticRoomba
2025-05-20 23:36:06 -07:00
committed by GitHub
parent d3d10f98fb
commit 3d5534199e
4 changed files with 6 additions and 8 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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