From a5c4cec49891ffce915dcd094f735b95e2f29bd1 Mon Sep 17 00:00:00 2001 From: Fooberticus Bazly <34943053+fooberticus@users.noreply.github.com> Date: Sat, 30 Jul 2022 22:51:07 -0400 Subject: [PATCH] Belt Storage Fix (#10168) Co-authored-by: fooberticus --- .../Prototypes/Entities/Clothing/Belt/base_clothingbelt.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Belt/base_clothingbelt.yml b/Resources/Prototypes/Entities/Clothing/Belt/base_clothingbelt.yml index a7893d096e..cefc20503d 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/base_clothingbelt.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/base_clothingbelt.yml @@ -10,9 +10,6 @@ - type: Clothing slots: [belt] quickEquip: false - - type: Storage - equipSound: - path: /Audio/Items/belt_equip.ogg - type: entity abstract: true @@ -21,6 +18,8 @@ components: - type: Storage capacity: 40 + equipSound: + path: /Audio/Items/belt_equip.ogg - type: UserInterface interfaces: - key: enum.StorageUiKey.Key