Fix recipe title case (#10302)
This commit is contained in:
@@ -271,7 +271,7 @@
|
|||||||
canBuildInImpassable: false
|
canBuildInImpassable: false
|
||||||
conditions:
|
conditions:
|
||||||
- !type:TileNotBlocked
|
- !type:TileNotBlocked
|
||||||
|
|
||||||
- type: construction
|
- type: construction
|
||||||
name: metal counter
|
name: metal counter
|
||||||
id: TableCounterMetal
|
id: TableCounterMetal
|
||||||
@@ -288,7 +288,7 @@
|
|||||||
canBuildInImpassable: false
|
canBuildInImpassable: false
|
||||||
conditions:
|
conditions:
|
||||||
- !type:TileNotBlocked
|
- !type:TileNotBlocked
|
||||||
|
|
||||||
- type: construction
|
- type: construction
|
||||||
name: wood counter
|
name: wood counter
|
||||||
id: TableCounterWood
|
id: TableCounterWood
|
||||||
@@ -344,7 +344,7 @@
|
|||||||
|
|
||||||
- type: construction
|
- type: construction
|
||||||
id: MedicalBed
|
id: MedicalBed
|
||||||
name: Medical Bed
|
name: medical bed
|
||||||
description: A hospital bed for patients to recover in. Resting here provides fairly slow healing.
|
description: A hospital bed for patients to recover in. Resting here provides fairly slow healing.
|
||||||
graph: bed
|
graph: bed
|
||||||
startNode: start
|
startNode: start
|
||||||
@@ -393,7 +393,7 @@
|
|||||||
canBuildInImpassable: false
|
canBuildInImpassable: false
|
||||||
conditions:
|
conditions:
|
||||||
- !type:TileNotBlocked
|
- !type:TileNotBlocked
|
||||||
|
|
||||||
- type: construction
|
- type: construction
|
||||||
id: MeatSpike
|
id: MeatSpike
|
||||||
name: meat spike
|
name: meat spike
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
- type: construction
|
- type: construction
|
||||||
name: Modular Grenade
|
name: modular grenade
|
||||||
id: ModularGrenadeRecipe
|
id: ModularGrenadeRecipe
|
||||||
graph: ModularGrenadeGraph
|
graph: ModularGrenadeGraph
|
||||||
startNode: start
|
startNode: start
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
objectType: Item
|
objectType: Item
|
||||||
|
|
||||||
- type: construction
|
- type: construction
|
||||||
name: Modular Mine
|
name: modular mine
|
||||||
id: ModularMineRecipe
|
id: ModularMineRecipe
|
||||||
graph: ModularMineGraph
|
graph: ModularMineGraph
|
||||||
startNode: start
|
startNode: start
|
||||||
|
|||||||
Reference in New Issue
Block a user