From 574b012505fd404cd30435f3bf69013fddc98226 Mon Sep 17 00:00:00 2001 From: ElorgRHG <71735193+ElorgRHG@users.noreply.github.com> Date: Sun, 23 Oct 2022 18:34:45 +0200 Subject: [PATCH] The (formal CC) blueshield drip is back in town (#19425) --- .../crates_lockers/closets/secure/security.dm | 2 +- code/modules/clothing/under/centcom.dm | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/code/game/objects/structures/crates_lockers/closets/secure/security.dm b/code/game/objects/structures/crates_lockers/closets/secure/security.dm index 1c86d040d54..a096b5fce4e 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/security.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/security.dm @@ -146,7 +146,7 @@ new /obj/item/clothing/accessory/holster(src) new /obj/item/clothing/accessory/blue(src) new /obj/item/clothing/shoes/jackboots/jacksandals(src) - new /obj/item/clothing/under/rank/centcom/blueshield(src) + new /obj/item/clothing/under/rank/centcom/blueshield/formal(src) /obj/structure/closet/secure_closet/ntrep diff --git a/code/modules/clothing/under/centcom.dm b/code/modules/clothing/under/centcom.dm index 3fbf0b3fc02..dad10eb5b3d 100644 --- a/code/modules/clothing/under/centcom.dm +++ b/code/modules/clothing/under/centcom.dm @@ -55,15 +55,6 @@ name = "\improper Trans-Solar Federation commander's uniform" desc = "Gold trim on space-black cloth, this uniform is worn by generals of the Trans-Solar Federation. It has exotic materials for protection." -/obj/item/clothing/under/rank/centcom/blueshield - name = "formal blueshield's uniform" - desc = "Gold trim on space-black cloth, this uniform bears \"Close Protection\" on the left shoulder. It's got exotic materials for protection." - icon_state = "officer" - item_state = "g_suit" - item_color = "officer" - armor = list(MELEE = 5, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, BIO = 0, RAD = 0, FIRE = 20, ACID = 20) - displays_id = FALSE - /obj/item/clothing/under/rank/centcom/representative name = "formal Nanotrasen Representative's uniform" desc = "Gold trim on space-black cloth, this uniform bears \"N.S.S. Cyberiad\" on the left shoulder." @@ -117,3 +108,11 @@ icon_state = "blueshieldf" item_state = "blueshieldf" item_color = "blueshieldf" + +/obj/item/clothing/under/rank/centcom/blueshield/formal + name = "formal blueshield's uniform" + desc = "Gold trim on space-black cloth, this uniform bears \"Close Protection\" on the left shoulder. It's got exotic materials for protection." + icon_state = "officer" + item_state = "g_suit" + item_color = "officer" + displays_id = FALSE