From 70794f76f20eb7b771c9c7df55c23508a927ed8d Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 23 Apr 2020 13:32:15 +0200 Subject: [PATCH] Fix wrong desc tag on spoons. --- Resources/Prototypes/Entities/Items/utensils.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Items/utensils.yml b/Resources/Prototypes/Entities/Items/utensils.yml index 73207cf010..577440d813 100644 --- a/Resources/Prototypes/Entities/Items/utensils.yml +++ b/Resources/Prototypes/Entities/Items/utensils.yml @@ -36,7 +36,7 @@ parent: UtensilBase id: Spoon name: spoon - desc: There is no spoon. + description: There is no spoon. components: - type: Sprite state: spoon @@ -48,7 +48,7 @@ parent: UtensilBase id: SpoonPlastic name: plastic spoon - desc: There is no spoon. + description: There is no spoon. components: - type: Sprite state: plastic_spoon