From d54a92ef46db9359a594b913e6210064739b64a9 Mon Sep 17 00:00:00 2001 From: Cebutris Date: Mon, 12 Feb 2018 22:04:44 -0500 Subject: [PATCH] adds the crazy catslut stuff to the loadout --- .../code/modules/client/loadout/__donator.dm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index 0cbabd3ca5..c28ae631d7 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -180,3 +180,15 @@ category = slot_hands path = /obj/item/storage/backpack/satchel/carrot ckeywhitelist = list("improvedname") + +/datum/gear/naomisweater + name = "worn black sweater" + category = slot_w_uniform + path = /obj/item/clothing/under/bb_sweater/black/naomi + ckeywhitelist = list("technicalmagi") + +/datum/gear/naomicollar + name = "worn pet collar" + category = slot_neck + path = /obj/item/clothing/neck/petcollar/naomi + ckeywhitelist = list("technicalmagi") \ No newline at end of file