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