High Heels Sounds

Now adds a faint click clack if someone is wearing high heels.
This commit is contained in:
QuoteFox
2020-12-04 19:23:50 +00:00
parent 5c39d03209
commit 482e97b80b
3 changed files with 6 additions and 1 deletions
+6 -1
View File
@@ -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