From 76f3deaa9820f6bc87112af43dc1f7c028b3ede1 Mon Sep 17 00:00:00 2001 From: oranges Date: Sat, 9 Jun 2018 02:41:49 +1200 Subject: [PATCH] Add kahki pants to the sec wardrobe (#38328) --- code/modules/vending/wardrobes.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)