diff --git a/Resources/Prototypes/Recipes/Construction/furniture.yml b/Resources/Prototypes/Recipes/Construction/furniture.yml index 80e65fdac39..ebb26c7e3ff 100644 --- a/Resources/Prototypes/Recipes/Construction/furniture.yml +++ b/Resources/Prototypes/Recipes/Construction/furniture.yml @@ -1,6 +1,7 @@ #chairs - type: construction name: chair + fuzzyname: chair id: Chair graph: Seat startNode: start @@ -18,6 +19,7 @@ - type: construction name: stool + fuzzyname: chair stool id: Stool graph: Seat startNode: start @@ -35,6 +37,7 @@ - type: construction name: bar stool + fuzzyname: chair stool bar id: StoolBar graph: Seat startNode: start @@ -52,6 +55,7 @@ - type: construction name: brass chair + fuzzyname: chair brass id: ChairBrass graph: Seat startNode: start @@ -69,6 +73,7 @@ - type: construction name: office chair + fuzzyname: chair office id: ChairOfficeLight graph: Seat startNode: start @@ -86,6 +91,7 @@ - type: construction name: dark office chair + fuzzyname: chair office dark id: ChairOfficeDark graph: Seat startNode: start @@ -103,6 +109,7 @@ - type: construction name: comfy chair + fuzzyname: chair comfy id: ChairComfy graph: Seat startNode: start @@ -120,6 +127,7 @@ - type: construction name: pilots chair + fuzzyname: chair pilots id: chairPilotSeat graph: Seat startNode: start @@ -137,6 +145,7 @@ - type: construction name: wooden chair + fuzzyname: chair wooden id: ChairWood graph: Seat startNode: start @@ -205,6 +214,7 @@ - type: construction name: steel bench + fuzzyname: chair steel bench id: ChairSteelBench graph: Seat startNode: start @@ -222,6 +232,7 @@ - type: construction name: wooden bench + fuzzyname: chair wooden bench id: ChairWoodBench graph: Seat startNode: start @@ -239,6 +250,7 @@ - type: construction name: comfortable red bench + fuzzyname: chair comfortable bench red id: RedComfBench graph: Seat startNode: start @@ -256,6 +268,7 @@ - type: construction name: comfortable blue bench + fuzzyname: chair comfortable bench blue id: BlueComfBench graph: Seat startNode: start @@ -376,6 +389,7 @@ - type: construction name: wood table + fuzzyname: table wooden id: TableWood graph: Table startNode: start @@ -580,6 +594,7 @@ - type: construction name: wood counter + fuzzyname: counter wooden id: TableCounterWood graph: Table startNode: start @@ -598,6 +613,7 @@ #bathroom - type: construction name: toilet + fuzzyname: chair toilet id: ToiletEmpty graph: Toilet startNode: start @@ -668,6 +684,7 @@ - type: construction id: Dresser name: dresser + fuzzyname: dresser wooden description: Wooden dresser, can store things inside itself. graph: Dresser startNode: start diff --git a/Resources/Prototypes/Recipes/Construction/machines.yml b/Resources/Prototypes/Recipes/Construction/machines.yml index 4026d5c98a6..662b44a8ad9 100644 --- a/Resources/Prototypes/Recipes/Construction/machines.yml +++ b/Resources/Prototypes/Recipes/Construction/machines.yml @@ -1,5 +1,6 @@ - type: construction name: computer + fuzzyname: computer frame id: Computer graph: Computer startNode: start