From 5c827d9796295aee1a2d0d94d5a7ab6b79405733 Mon Sep 17 00:00:00 2001 From: WanderingFox95 <75953558+WanderingFox95@users.noreply.github.com> Date: Wed, 2 Jun 2021 15:28:46 +0200 Subject: [PATCH] Bit of that --- code/modules/clothing/under/trek.dm | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/code/modules/clothing/under/trek.dm b/code/modules/clothing/under/trek.dm index 8b6b8055bd..43d0b564f3 100644 --- a/code/modules/clothing/under/trek.dm +++ b/code/modules/clothing/under/trek.dm @@ -102,9 +102,13 @@ desc = "An uniform worn by command officers since 2420s." icon_state = "orv_com" -/obj/item/clothing/under/trek/engsec/orv +/obj/item/clothing/under/trek/eng/orv desc = "An uniform worn by operations officers since 2420s." - icon_state = "orv_ops" + icon_state = "orv_eng" + +/obj/item/clothing/under/trek/sec/orv + desc = "An uniform worn by security officers since 2420s." + icon_state = "orv_sec" /obj/item/clothing/under/trek/medsci/orv desc = "An uniform worn by medsci officers since 2420s." @@ -114,13 +118,19 @@ //honestly no idea why i added specified comm. uniforms but w/e /obj/item/clothing/under/trek/command/orv/captain name = "captain uniform" - desc = "An uniform worn by captains since 2550s." + desc = "An uniform worn by captains and commanders since 2550s." icon_state = "orv_com_capt" -/obj/item/clothing/under/trek/command/orv/engsec +/obj/item/clothing/under/trek/command/orv/eng name = "operations command uniform" - desc = "An uniform worn by operations command officers since 2550s." - icon_state = "orv_com_ops" + desc = "An uniform worn by Chief Engineers since 2550s." + icon_state = "orv_com_eng" + +/obj/item/clothing/under/trek/command/orv/sec + name = "operations command uniform" + desc = "An uniform worn by Heads of Security since 2550s." + icon_state = "orv_com_sec" + /obj/item/clothing/under/trek/command/orv/medsci name = "medsci command uniform"