From 5ced9584093a52d826f5627d404f140eec66282b Mon Sep 17 00:00:00 2001 From: MrCastmer <125900379+MrCastmer@users.noreply.github.com> Date: Sun, 25 Feb 2024 21:29:07 +0300 Subject: [PATCH] okey --- modular_dripstation/code/modules/clothing/department/command.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modular_dripstation/code/modules/clothing/department/command.dm b/modular_dripstation/code/modules/clothing/department/command.dm index 989fb321159c..72afba62d2eb 100644 --- a/modular_dripstation/code/modules/clothing/department/command.dm +++ b/modular_dripstation/code/modules/clothing/department/command.dm @@ -234,6 +234,7 @@ mob_overlay_icon = 'modular_dripstation/icons/mob/clothing/uniform/command/captain.dmi' /obj/item/clothing/under/rank/centcom_officer/ntrep/Initialize() + . = ..() desc = "Gold trim on space-black cloth, this uniform bears [station_name()] on the left shoulder." /////////Magistrate @@ -244,6 +245,7 @@ mob_overlay_icon = 'modular_dripstation/icons/mob/clothing/uniform/command/captain.dmi' /obj/item/clothing/under/rank/centcom_officer/magistrate/Initialize() + . = ..() desc = "Gold trim on space-black cloth, this uniform displays the rank of \"Magistrate\" and bears [station_name()] on the left shoulder." ////////Blue Shield////////