From a7ee5f4ce0b83d2e6c1480b6b29f185e1927d11c Mon Sep 17 00:00:00 2001 From: Vladin Date: Sun, 3 Jan 2021 20:10:09 -0500 Subject: [PATCH] requiem uniform no longer awkwardly caps and shit added to vendor --- code/modules/clothing/under/jobs/security.dm | 2 +- code/modules/vending/wardrobes.dm | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/under/jobs/security.dm b/code/modules/clothing/under/jobs/security.dm index 1cd753d1..94d737b1 100644 --- a/code/modules/clothing/under/jobs/security.dm +++ b/code/modules/clothing/under/jobs/security.dm @@ -229,7 +229,7 @@ */ /obj/item/clothing/under/rank/security/blueshield desc = "Blue trim on space-black cloth, this uniform displays the rank of \"Blueshield\" on the left shoulder. Wonder what that is." - name = "\improper Blueshield Uniform" + name = "blueshield uniform" icon_state = "bs_uniform" item_state = "bl_suit" item_color = "bs_uniform" diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index b88ad3d1..6a9bde6e 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -29,7 +29,9 @@ /obj/item/clothing/under/rank/security/stripper = 5, /obj/item/clothing/shoes/jackboots/tall = 5, /obj/item/clothing/head/beret/sec/bitch = 5, - /obj/item/clothing/gloves/latexsleeves/security = 5) + /obj/item/clothing/gloves/latexsleeves/security = 5, + /obj/item/clothing/under/rank/security/blueshield = 1, + /obj/item/clothing/suit/storage/blueshield =1) refill_canister = /obj/item/vending_refill/wardrobe/sec_wardrobe /obj/item/vending_refill/wardrobe/sec_wardrobe