From e4f0cd6a2760d38c5afb8879ac1be569b0ca36da Mon Sep 17 00:00:00 2001 From: EmeraldSundisk Date: Wed, 23 Sep 2020 22:27:53 -0700 Subject: [PATCH] loadout --- modular_citadel/code/modules/client/loadout/uniform.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modular_citadel/code/modules/client/loadout/uniform.dm b/modular_citadel/code/modules/client/loadout/uniform.dm index 5ce73d1cfd..7e926ea8c3 100644 --- a/modular_citadel/code/modules/client/loadout/uniform.dm +++ b/modular_citadel/code/modules/client/loadout/uniform.dm @@ -540,3 +540,9 @@ /datum/gear/uniform/kimono/sakura name = "Sakura kimono" path = /obj/item/clothing/under/costume/kimono/sakura + +/datum/gear/uniform/ctlong + name = "cargo tech's jumpsuit (long pants)" + path = /obj/item/clothing/under/rank/cargo/tech/long + subcategory = LOADOUT_SUBCATEGORY_UNIFORM_JOBS + restricted_roles = list("Cargo Technician")