From 6a25eafe815c6c7b5aa2d1a9884c0af9610bfcba Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Fri, 5 Aug 2022 03:42:05 -0700 Subject: [PATCH] Fix recipe title case (#10302) --- Resources/Prototypes/Recipes/Construction/furniture.yml | 8 ++++---- Resources/Prototypes/Recipes/Construction/modular.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Recipes/Construction/furniture.yml b/Resources/Prototypes/Recipes/Construction/furniture.yml index 598fefb790..4701633048 100644 --- a/Resources/Prototypes/Recipes/Construction/furniture.yml +++ b/Resources/Prototypes/Recipes/Construction/furniture.yml @@ -271,7 +271,7 @@ canBuildInImpassable: false conditions: - !type:TileNotBlocked - + - type: construction name: metal counter id: TableCounterMetal @@ -288,7 +288,7 @@ canBuildInImpassable: false conditions: - !type:TileNotBlocked - + - type: construction name: wood counter id: TableCounterWood @@ -344,7 +344,7 @@ - type: construction id: MedicalBed - name: Medical Bed + name: medical bed description: A hospital bed for patients to recover in. Resting here provides fairly slow healing. graph: bed startNode: start @@ -393,7 +393,7 @@ canBuildInImpassable: false conditions: - !type:TileNotBlocked - + - type: construction id: MeatSpike name: meat spike diff --git a/Resources/Prototypes/Recipes/Construction/modular.yml b/Resources/Prototypes/Recipes/Construction/modular.yml index 8ad8098476..ca69862816 100644 --- a/Resources/Prototypes/Recipes/Construction/modular.yml +++ b/Resources/Prototypes/Recipes/Construction/modular.yml @@ -1,5 +1,5 @@ - type: construction - name: Modular Grenade + name: modular grenade id: ModularGrenadeRecipe graph: ModularGrenadeGraph startNode: start @@ -12,7 +12,7 @@ objectType: Item - type: construction - name: Modular Mine + name: modular mine id: ModularMineRecipe graph: ModularMineGraph startNode: start