From 27c915ec7519c288bff1f64fcf22db666a84145a Mon Sep 17 00:00:00 2001 From: Commandersand Date: Thu, 30 Jan 2020 02:04:48 -0600 Subject: [PATCH 1/2] honk --- code/game/objects/items/storage/uplink_kits.dm | 2 +- code/modules/clothing/under/miscellaneous.dm | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/storage/uplink_kits.dm b/code/game/objects/items/storage/uplink_kits.dm index 35429c2f42..611870912c 100644 --- a/code/game/objects/items/storage/uplink_kits.dm +++ b/code/game/objects/items/storage/uplink_kits.dm @@ -343,7 +343,7 @@ new /obj/item/implanter/radio/syndicate(src) /obj/item/storage/box/syndie_kit/centcom_costume/PopulateContents() - new /obj/item/clothing/under/rank/centcom_officer(src) + new /obj/item/clothing/under/rank/centcom_officer/syndicate(src) new /obj/item/clothing/shoes/sneakers/black(src) new /obj/item/clothing/gloves/color/black(src) new /obj/item/radio/headset/headset_cent/empty(src) diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 251ff50173..235506a8c3 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -131,6 +131,10 @@ item_color = "officer" alt_covers_chest = TRUE +/obj/item/clothing/under/rank/centcom_officer/syndicate + has_sensor = NO_SENSORS + + /obj/item/clothing/under/rank/centcom_commander desc = "It's a jumpsuit worn by CentCom's highest-tier Commanders." name = "\improper CentCom officer's jumpsuit" From 7054e697dbfb6593560b1e9e1f86b1094e4c4748 Mon Sep 17 00:00:00 2001 From: loginsandylogout Date: Thu, 30 Jan 2020 02:07:59 -0600 Subject: [PATCH 2/2] spacing --- code/modules/clothing/under/miscellaneous.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 235506a8c3..a3a2b6b97e 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -134,7 +134,6 @@ /obj/item/clothing/under/rank/centcom_officer/syndicate has_sensor = NO_SENSORS - /obj/item/clothing/under/rank/centcom_commander desc = "It's a jumpsuit worn by CentCom's highest-tier Commanders." name = "\improper CentCom officer's jumpsuit"