From aceb7708ed13c7f75c27e833f326aa585513e27e Mon Sep 17 00:00:00 2001 From: Purpose Date: Thu, 20 Sep 2018 23:47:26 +0100 Subject: [PATCH] fixes the fix --- code/modules/clothing/under/miscellaneous.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index d23cf3a250d..f371ae3997b 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -129,6 +129,7 @@ flags_size = ONESIZEFITSALL /obj/item/clothing/under/rank/centcom/blueshield/New() + ..() desc = "Gold trim on space-black cloth, this uniform displays the rank of \"Lieutenant\" and bears [station_name()] on the left shoulder." /obj/item/clothing/under/rank/centcom/representative @@ -141,6 +142,7 @@ flags_size = ONESIZEFITSALL /obj/item/clothing/under/rank/centcom/representative/New() + ..() desc = "Gold trim on space-black cloth, this uniform displays the rank of \"Ensign\" and bears [station_name()] on the left shoulder." /obj/item/clothing/under/rank/centcom/diplomatic