mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 21:17:44 +01:00
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:
committed by
lessthanthree
parent
9e87560983
commit
ef6fc0231c
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user