Skip to content

Commit

Permalink
hold please
Browse files Browse the repository at this point in the history
  • Loading branch information
kittysmooch committed Dec 24, 2024
1 parent 110281c commit 76dc45d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modular_doppler/modular_cosmetics/code/neck/collar.dm
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@
greyscale_config_worn = /datum/greyscale_config/collar/bell/worn
greyscale_colors = "#222222#C0C0C0"

/obj/item/clothing/neck/human_petcollar/locked/bell/Initialize()
. = ..()
AddComponent(/datum/component/squeak, list(
'sound/items/collarbell1.ogg' = 1,
'sound/items/collarbell2.ogg' = 1,
'sound/items/collarbell3.ogg' = 1,
'sound/items/collarbell4.ogg' = 1,
), 100)

/obj/item/clothing/neck/human_petcollar/locked/choker
name = "choker"
desc = "Quite fashionable... if you're somebody who's just read their first BDSM-themed erotica novel."
Expand Down
Binary file added sound/items/collarbell1.ogg
Binary file not shown.
Binary file added sound/items/collarbell2.ogg
Binary file not shown.
Binary file added sound/items/collarbell3.ogg
Binary file not shown.
Binary file added sound/items/collarbell4.ogg
Binary file not shown.

0 comments on commit 76dc45d

Please sign in to comment.