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,