From 6a45daded9aa8472d586d3c0f30c8df5d65749f6 Mon Sep 17 00:00:00 2001 From: grungussuss <96586172+Sadboysuss@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:26:46 +0300 Subject: [PATCH] MODsuits will not play the glove pickup sound when undeployed (#88023) ## About The Pull Request title ## Why It's Good For The Game it doesn't fit and doesn't make sense ## Changelog :cl: grungussuss sound: the glove pickup sound will no longer play for modsuits undeploying /:cl: --- code/modules/mod/mod_clothes.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mod/mod_clothes.dm b/code/modules/mod/mod_clothes.dm index 29377c66c6d..8c5e7a2c490 100644 --- a/code/modules/mod/mod_clothes.dm +++ b/code/modules/mod/mod_clothes.dm @@ -44,6 +44,7 @@ cold_protection = HANDS|ARMS item_flags = IMMUTABLE_SLOW equip_sound = null + pickup_sound = null drop_sound = null /obj/item/clothing/shoes/mod