From a427afb24009ea33747545a98ec4cd5ea8611da0 Mon Sep 17 00:00:00 2001 From: 9YearOld Date: Sat, 16 Nov 2019 17:24:57 -0500 Subject: [PATCH] added cloak to loadout adds the cloak to the loadout under neck --- modular_citadel/code/modules/client/loadout/neck.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modular_citadel/code/modules/client/loadout/neck.dm b/modular_citadel/code/modules/client/loadout/neck.dm index 320a83b8..0b98a955 100644 --- a/modular_citadel/code/modules/client/loadout/neck.dm +++ b/modular_citadel/code/modules/client/loadout/neck.dm @@ -92,3 +92,8 @@ name = "Headphones" category = SLOT_NECK path = /obj/item/clothing/ears/headphones + +/datum/gear/comfortable + name = "Polychromic Cloak" + category = SLOT_NECK + path = /obj/item/clothing/neck/cloak/polychromic