From 128d06518efbcdae2dd5e0e48a5c01010ab21a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=81da?= Date: Thu, 18 Sep 2025 12:47:55 -0500 Subject: [PATCH] Silence mime bags (#40317) silence!!! Co-authored-by: iaada --- Resources/Prototypes/Entities/Clothing/Back/backpacks.yml | 3 +++ Resources/Prototypes/Entities/Clothing/Back/duffel.yml | 6 ++---- Resources/Prototypes/Entities/Clothing/Back/satchel.yml | 3 +++ 3 files changed, 8 insertions(+), 4 deletions(-) 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