From 761ef1de6ece6e50fed465065e077e5df6816e15 Mon Sep 17 00:00:00 2001 From: evilew Date: Wed, 14 Feb 2024 01:26:48 +0100 Subject: [PATCH] bringing back modular graysuits just testing --- code/modules/vending/clothesmate.dm | 2 +- .../code/modules/client/loadout/uniform.dm | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/code/modules/vending/clothesmate.dm b/code/modules/vending/clothesmate.dm index 8b6a2f37..c5d7bd42 100644 --- a/code/modules/vending/clothesmate.dm +++ b/code/modules/vending/clothesmate.dm @@ -10,7 +10,7 @@ products = list(/obj/item/clothing/head/that = 4, /obj/item/clothing/head/fedora = 3, /obj/item/clothing/suit/jacket/letterman_gato = 5, //GS13 - // /obj/item/clothing/under/color/grey/modular = 6, //GS13 + /obj/item/clothing/under/color/grey/modular = 6, //GS13 /obj/item/clothing/glasses/monocle = 3, /obj/item/clothing/suit/jacket = 4, /obj/item/clothing/suit/jacket/flannel = 4, diff --git a/modular_citadel/code/modules/client/loadout/uniform.dm b/modular_citadel/code/modules/client/loadout/uniform.dm index 803e5908..cd0f9b0d 100644 --- a/modular_citadel/code/modules/client/loadout/uniform.dm +++ b/modular_citadel/code/modules/client/loadout/uniform.dm @@ -526,9 +526,9 @@ cost = 1 - //GS13 -// /datum/gear/modular_greysuit -// name = "Modular Jumpsuit (gray)" -// category = SLOT_W_UNIFORM -// path = /obj/item/clothing/under/color/grey/modular -// cost = 1 + GS13 +/datum/gear/modular_greysuit + name = "Modular Jumpsuit (gray)" + category = SLOT_W_UNIFORM + path = /obj/item/clothing/under/color/grey/modular + cost = 1