Skip to content

Commit 3d55341

Browse files
fix soil locale (space-wizards#37674)
* fix soil locale * xdd
1 parent d3d10f9 commit 3d55341

4 files changed

Lines changed: 6 additions & 8 deletions

File tree

Resources/Locale/en-US/recipes/tags.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ construction-graph-tag-match-stick = match stick
6868
construction-graph-tag-potato = a potato
6969
construction-graph-tag-wheat-bushel = wheat bushel
7070
construction-graph-tag-corgi-hide = corgi hide
71+
soil-construction-graph-any-mushroom = any mushroom
7172
7273
# toys
7374
construction-graph-tag-rubber-ducky = a rubber ducky

Resources/Prototypes/Entities/Structures/soil.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
- type: entity
2-
name: soil
32
id: hydroponicsSoil
3+
name: soil
4+
description: A mix of organic matter and minerals creating a soil to grow your plant in space. Seems to be dry.
45
placement:
56
mode: SnapgridCenter
67
components:
@@ -57,9 +58,10 @@
5758
- type: PlantHolderVisuals
5859

5960
- type: entity
60-
name: fungal soil
6161
parent: hydroponicsSoil
6262
id: FungalSoil
63+
name: fungal soil
64+
description: A mix of organic matter and fungal root creating a soil to grow your plant in space. Seems to be dry.
6365
components:
6466
- type: Construction
6567
graph: Soil

Resources/Prototypes/Recipes/Construction/Graphs/structures/soil.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
amount: 10
1616
doAfter: 10
1717
- tag: Mushroom
18-
name: any Mushroom
18+
name: soil-construction-graph-any-mushroom
1919
icon:
2020
sprite: Objects/Misc/spaceshroom.rsi
2121
state: object

Resources/Prototypes/Recipes/Construction/structures.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,16 +1255,11 @@
12551255
- !type:TileNotBlocked
12561256

12571257
- type: construction
1258-
name: fungal soil
12591258
id: FungalSoil
12601259
graph: Soil
12611260
startNode: start
12621261
targetNode: fungalSoil
12631262
category: construction-category-structures
1264-
description: A mix of organic matter and fungal root creating a soil to grow your plant in space. Seems to be dry.
1265-
icon:
1266-
sprite: Structures/Hydroponics/misc.rsi
1267-
state: fungal_soil
12681263
objectType: Structure
12691264
placementMode: SnapgridCenter
12701265
canBuildInImpassable: false

0 commit comments

Comments
 (0)