From 8e48dc54566d03ed92a57cbb002743c6f8323750 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Sun, 27 Jan 2019 03:31:29 -0500 Subject: [PATCH] moves twilightic's donor item to the neck category in the loadout menu (#7937) --- modular_citadel/code/modules/client/loadout/__donator.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index a3df7d9f8e..66245fbb8a 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -365,6 +365,6 @@ datum/gear/darksabresheath /datum/gear/soulneck name = "Soul Necklace" - category = SLOT_IN_BACKPACK + category = SLOT_NECK path = /obj/item/clothing/neck/undertale ckeywhitelist = list("twilightic") \ No newline at end of file