Merge pull request #739 from quotefox/Highheels

High Heels Sounds
This commit is contained in:
QuoteFox
2020-12-04 19:27:37 +00:00
committed by GitHub
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
Binary file not shown.
Binary file not shown.