From a9f27cce60cfa7a33951da80c7484f432750a944 Mon Sep 17 00:00:00 2001 From: cowbot92 <75333826+cowbot92@users.noreply.github.com> Date: Tue, 27 Feb 2024 00:04:54 -0500 Subject: [PATCH] adds this yea --- code/modules/vending/wardrobes.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)