plate armor clanking (#87107)

## About The Pull Request


https://github.com/user-attachments/assets/0c667403-89d1-4e55-b8e7-af91aca16779
## Why It's Good For The Game

immersion

## Changelog
🆑 grungussuss
sound: plate armor now makes sound when moving around in it
/🆑
This commit is contained in:
grungussuss
2024-10-10 21:37:38 +03:00
committed by lessthanthree
parent 9e87560983
commit ef6fc0231c
13 changed files with 39 additions and 1 deletions
@@ -293,6 +293,7 @@
/obj/item/clothing/suit/hooded/cloak/godslayer/Initialize(mapload)
. = ..()
allowed = GLOB.mining_suit_allowed
AddComponent(/datum/component/item_equipped_movement_rustle, SFX_PLATE_ARMOR_RUSTLE, 8)
/obj/item/clothing/head/hooded/cloakhood/godslayer
name = "godslayer helm"
@@ -737,6 +737,7 @@
. = ..()
ADD_TRAIT(src, TRAIT_NODROP, LOCKED_HELMET_TRAIT)
AddComponent(/datum/component/armor_plate, maxamount = 1, upgrade_item = /obj/item/drake_remains, armor_mod = /datum/armor/drake_empowerment, upgrade_prefix = "empowered")
AddComponent(/datum/component/item_equipped_movement_rustle, SFX_PLATE_ARMOR_RUSTLE, 8)
/obj/item/clothing/head/hooded/berserker/examine()
. = ..()