mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
colorable collar accessory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user