Merge pull request #7321 from KillianKirilenko/kk-collar

Colorable Collar/Choker Accessory
This commit is contained in:
Aronai Sieyes
2020-04-27 10:56:08 -04:00
committed by GitHub
4 changed files with 33 additions and 0 deletions
@@ -1,5 +1,15 @@
// Collars
/datum/gear/choker //A colorable choker
display_name = "choker (colorable, tagless)"
path = /obj/item/clothing/accessory/choker
slot = slot_tie
sort_category = "Accessories"
/datum/gear/choker/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
/datum/gear/collar
display_name = "collar, silver"
path = /obj/item/clothing/accessory/collar/silver