From 8aa85195b76b6ee7c8c42da5e63df2494c8d42f3 Mon Sep 17 00:00:00 2001 From: Seris02 <49109742+Seris02@users.noreply.github.com> Date: Tue, 5 Jan 2021 11:53:51 +0800 Subject: [PATCH] Adds the pharoah hat and nemes outfit to the chapdrobe (#2471) * yes * fucking typos * change comment --- code/modules/vending/wardrobes.dm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index 50963cea112..26a75899c99 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -373,7 +373,12 @@ /obj/item/clothing/head/taqiyahwhite = 1, /obj/item/clothing/head/taqiyahred = 3, /obj/item/clothing/suit/chaplainsuit/monkrobeeast = 1, - /obj/item/clothing/head/beanie/rasta = 1) + /obj/item/clothing/head/beanie/rasta = 1, + //SKYRAT EDIT ADDITION BEGIN + /obj/item/clothing/suit/nemes, + /obj/item/clothing/head/nemes, + /obj/item/clothing/head/pharaoh) + //SKYRAT EDIT ADDITION END contraband = list(/obj/item/toy/plush/ratplush = 1, /obj/item/toy/plush/narplush = 1, /obj/item/clothing/head/medievaljewhat = 3,