mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 00:20:55 +01:00
High Heels Sounds
Now adds a faint click clack if someone is wearing high heels.
This commit is contained in:
@@ -24,9 +24,14 @@
|
||||
|
||||
/obj/item/clothing/shoes/highheels
|
||||
name = "high heels"
|
||||
desc = "They make the wearer appear taller, and noisey!"
|
||||
desc = "They make the wearer appear taller, and more noisey!"
|
||||
icon_state = "highheels"
|
||||
item_state = "highheels"
|
||||
icon = 'hyperstation/icons/obj/clothing/shoes.dmi'
|
||||
alternate_worn_icon = 'hyperstation/icons/mobs/feet.dmi'
|
||||
mutantrace_variation = NO_MUTANTRACE_VARIATION
|
||||
|
||||
/obj/item/clothing/shoes/highheels/Initialize()
|
||||
. = ..()
|
||||
AddComponent(/datum/component/squeak, list('sound/effects/footstep/highheel1.ogg' = 1,'sound/effects/footstep/highheel2.ogg' = 1), 20)
|
||||
//the classic click clack
|
||||
Reference in New Issue
Block a user