From: āda Date: Thu, 18 Sep 2025 17:47:55 +0000 (-0500) Subject: Silence mime bags (#40317) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=128d06518efbcdae2dd5e0e48a5c01010ab21a0c;p=space-station-14.git Silence mime bags (#40317) silence!!! Co-authored-by: iaada --- diff --git a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml index b424d5a0b9..1218760d80 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml @@ -127,6 +127,9 @@ components: - type: Sprite sprite: Clothing/Back/Backpacks/mime.rsi + - type: Storage + storageOpenSound: null + storageInsertSound: null - type: entity parent: ClothingBackpack diff --git a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml index 7c86c08cb4..2b9a6e2ffe 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml @@ -123,10 +123,8 @@ - type: Sprite sprite: Clothing/Back/Duffels/mime.rsi - type: Storage - storageOpenSound: - collection: null - storageInsertSound: - collection: null + storageOpenSound: null + storageInsertSound: null - type: entity parent: ClothingBackpackDuffel diff --git a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml index c29f12f21d..f12a837be0 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml @@ -65,6 +65,9 @@ components: - type: Sprite sprite: Clothing/Back/Satchels/mime.rsi + - type: Storage + storageOpenSound: null + storageInsertSound: null - type: entity parent: ClothingBackpackSatchel