From b6eb825c5c66add1d84ff72f23778c33b3214fdd Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sat, 21 Oct 2017 19:40:26 +0200 Subject: [PATCH] Fix clothing.yml prototypes. --- Resources/Prototypes/Entities/Clothing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Clothing.yml b/Resources/Prototypes/Entities/Clothing.yml index 2f83c51cca..d6958811ec 100644 --- a/Resources/Prototypes/Entities/Clothing.yml +++ b/Resources/Prototypes/Entities/Clothing.yml @@ -2,6 +2,7 @@ parent: BaseItem id: ShoesItem name: Shoes + components: - type: WearableAnimatedSprite sprite: player_shoes notWornSprite: shoes @@ -10,6 +11,7 @@ parent: BaseItem id: JanitorUniformItem name: Janitor Jumpsuit + components: - type: WearableAnimatedSprite sprite: player_jumpsuit_gray notWornSprite: janitorsuit