From 77bdc21f11c93eb244d7d2c291f04a4884fec735 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Mon, 31 May 2021 10:03:07 +0200 Subject: [PATCH] Fix YAML linter errors. --- .../Prototypes/Entities/Objects/Consumable/Food/produce.yml | 2 +- Resources/Prototypes/Entities/Objects/Devices/pda.yml | 2 +- .../Prototypes/Entities/Objects/Specific/Janitorial/soap.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml index 6106a54f69..5d40cb2ea7 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml @@ -125,7 +125,7 @@ - shape: !type:PhysShapeAabb bounds: "-0.2,-0.2,0.2,0.2" - name: "slips" + id: "slips" hard: false layer: - SmallImpassable diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index bf15aafebb..56532b47e6 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -93,7 +93,7 @@ - shape: !type:PhysShapeAabb bounds: "-0.3,-0.4,0.3,0.4" - name: "slips" + id: "slips" hard: false layer: - SmallImpassable diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml index 1692f32614..3fd87810d5 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml @@ -20,7 +20,7 @@ - shape: !type:PhysShapeAabb bounds: "-0.3,-0.4,0.3,0.4" - name: "slips" + id: "slips" hard: false layer: - SmallImpassable