Removes MOD chestplate and glove equip/drop sounds (#87403)

## About The Pull Request

Closes #87401

## Changelog
🆑
sound: Removed MOD chestplate and glove equip/drop sounds
/🆑
This commit is contained in:
SmArtKar
2024-10-24 20:01:24 +02:00
committed by GitHub
parent f611006d7d
commit 73029775e8
+3
View File
@@ -29,6 +29,7 @@
heat_protection = CHEST|GROIN
cold_protection = CHEST|GROIN
item_flags = IMMUTABLE_SLOW
drop_sound = null
/obj/item/clothing/gloves/mod
name = "MOD gauntlets"
@@ -42,6 +43,8 @@
heat_protection = HANDS|ARMS
cold_protection = HANDS|ARMS
item_flags = IMMUTABLE_SLOW
equip_sound = null
drop_sound = null
/obj/item/clothing/shoes/mod
name = "MOD boots"