diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index 67ab7d35da5..69f3e4b168a 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -17,7 +17,8 @@ /obj/item/clothing/head/soft/sec = 3, /obj/item/clothing/mask/bandana/red = 3, /obj/item/clothing/under/rank/security/skirt = 3, - /obj/item/clothing/under/rank/security/grey = 3) + /obj/item/clothing/under/rank/security/grey = 3, + /obj/item/clothing/under/pants/khaki = 3) premium = list(/obj/item/clothing/under/rank/security/navyblue = 3, /obj/item/clothing/suit/security/officer = 3, /obj/item/clothing/head/beret/sec/navyofficer = 3) @@ -381,4 +382,4 @@ /obj/item/vending_refill/wardrobe/viro_wardrobe machine_name = "ViroDrobe" charges = list(4, 0, 0) - init_charges = list(4, 0, 0) \ No newline at end of file + init_charges = list(4, 0, 0)