Fix clothing.yml prototypes.

This commit is contained in:
Pieter-Jan Briers
2017-10-21 19:40:26 +02:00
parent 3601245d6f
commit b6eb825c5c

View File

@@ -2,6 +2,7 @@
parent: BaseItem parent: BaseItem
id: ShoesItem id: ShoesItem
name: Shoes name: Shoes
components:
- type: WearableAnimatedSprite - type: WearableAnimatedSprite
sprite: player_shoes sprite: player_shoes
notWornSprite: shoes notWornSprite: shoes
@@ -10,6 +11,7 @@
parent: BaseItem parent: BaseItem
id: JanitorUniformItem id: JanitorUniformItem
name: Janitor Jumpsuit name: Janitor Jumpsuit
components:
- type: WearableAnimatedSprite - type: WearableAnimatedSprite
sprite: player_jumpsuit_gray sprite: player_jumpsuit_gray
notWornSprite: janitorsuit notWornSprite: janitorsuit