diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index 37098892965c..3aa7e5f3f659 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -58,7 +58,9 @@ /obj/item/clothing/head/helmet/secconhelm = 3, /obj/item/clothing/suit/armor/secconcoat = 3, /obj/item/clothing/head/beret/sec/secconhat = 3, - /obj/item/clothing/suit/armor/secconvest = 3) + /obj/item/clothing/suit/armor/secconvest = 3, + /obj/item/clothing/under/plasmaman/security = 3, + /obj/item/clothing/head/helmet/space/plasmaman/security = 3) premium = list(/obj/item/clothing/under/rank/security/navyblue = 3, /obj/item/clothing/suit/armor/officerjacket = 3, /obj/item/clothing/head/beret/sec/navyofficer = 3)