From 4355584833a22ae2396f082aac0372d7524d6777 Mon Sep 17 00:00:00 2001 From: Useroth Date: Thu, 9 May 2019 12:09:18 +0200 Subject: [PATCH] Added them to loadout too. --- code/modules/clothing/neck/_neck.dm | 2 ++ modular_citadel/code/modules/client/loadout/neck.dm | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/code/modules/clothing/neck/_neck.dm b/code/modules/clothing/neck/_neck.dm index ba5fd4539b..7df6da9d3f 100644 --- a/code/modules/clothing/neck/_neck.dm +++ b/code/modules/clothing/neck/_neck.dm @@ -218,6 +218,7 @@ secondary_color = "#888888" /obj/item/clothing/neck/petcollar/choker + desc = "Quite fashionable... if you're somebody who's just read their first BDSM-themed erotica novel." name = "choker" icon_state = "choker" item_color = "choker" @@ -260,6 +261,7 @@ /obj/item/clothing/neck/petcollar/locked/choker name = "choker" + desc = "Quite fashionable... if you're somebody who's just read their first BDSM-themed erotica novel." icon_state = "choker" item_color = "choker" diff --git a/modular_citadel/code/modules/client/loadout/neck.dm b/modular_citadel/code/modules/client/loadout/neck.dm index f7346ec135..320a83b87d 100644 --- a/modular_citadel/code/modules/client/loadout/neck.dm +++ b/modular_citadel/code/modules/client/loadout/neck.dm @@ -18,6 +18,16 @@ category = SLOT_NECK path = /obj/item/clothing/neck/petcollar +/datum/gear/leathercollar + name = "Leather collar" + category = SLOT_NECK + path = /obj/item/clothing/neck/petcollar/leather + +/datum/gear/choker + name = "Choker" + category = SLOT_NECK + path = /obj/item/clothing/neck/petcollar/choker + /datum/gear/scarf name = "White scarf" category = SLOT_NECK