From 347ab79ff347c5614eed6ce48740b0e2aedb2810 Mon Sep 17 00:00:00 2001 From: OrionTheFox <76465278+OrionTheFox@users.noreply.github.com> Date: Thu, 11 Feb 2021 16:50:27 -0700 Subject: [PATCH] Engidrobe overalls (#3272) * Adds Laborer Overalls to the Engidrobe They were in the vendor on oldbase, and variety in the outfits doesn't hurt. * Adds Laborer Overalls to the Engidrobe The Engidrobe in oldbase could vend Laborer Overalls, and a small variety of looks doesn't hurt. -now with one less misleading code comment * Update wardrobes.dm Co-authored-by: KathrinBailey <53862927+KathrinBailey@users.noreply.github.com> --- code/modules/vending/wardrobes.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index 3be119b3ed2..4f0b62cef33 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -86,6 +86,7 @@ /obj/item/clothing/suit/hooded/wintercoat/engineering = 3, /obj/item/clothing/under/rank/engineering/engineer = 3, /obj/item/clothing/under/rank/engineering/engineer/skirt = 3, + /obj/item/clothing/under/misc/overalls = 3, // SKYRAT EDIT /obj/item/clothing/under/rank/engineering/engineer/hazard = 3, /obj/item/clothing/suit/hazardvest = 3, /obj/item/clothing/shoes/workboots = 3,