diff --git a/code/game/objects/closets/wardrobe.dm b/code/game/objects/closets/wardrobe.dm index 895c16a221c..f03b81201d2 100644 --- a/code/game/objects/closets/wardrobe.dm +++ b/code/game/objects/closets/wardrobe.dm @@ -66,9 +66,9 @@ new /obj/item/clothing/shoes/black(src) new /obj/item/clothing/shoes/black(src) new /obj/item/clothing/shoes/black(src) - new /obj/item/clothing/head/soft/green(src) - new /obj/item/clothing/head/soft/green(src) - new /obj/item/clothing/head/soft/green(src) + //new /obj/item/clothing/head/soft/green(src) + //new /obj/item/clothing/head/soft/green(src) + //new /obj/item/clothing/head/soft/green(src) return /obj/structure/closet/wardrobe/orange/New() @@ -78,9 +78,9 @@ new /obj/item/clothing/shoes/orange(src) new /obj/item/clothing/shoes/orange(src) new /obj/item/clothing/shoes/orange(src) - new /obj/item/clothing/head/soft/orange(src) - new /obj/item/clothing/head/soft/orange(src) - new /obj/item/clothing/head/soft/orange(src) + //new /obj/item/clothing/head/soft/orange(src) + //new /obj/item/clothing/head/soft/orange(src) + //new /obj/item/clothing/head/soft/orange(src) return /obj/structure/closet/wardrobe/yellow/New() @@ -90,9 +90,9 @@ new /obj/item/clothing/shoes/orange(src) new /obj/item/clothing/shoes/orange(src) new /obj/item/clothing/shoes/orange(src) - new /obj/item/clothing/head/soft/yellow(src) - new /obj/item/clothing/head/soft/yellow(src) - new /obj/item/clothing/head/soft/yellow(src) + //new /obj/item/clothing/head/soft/yellow(src) + //new /obj/item/clothing/head/soft/yellow(src) + //new /obj/item/clothing/head/soft/yellow(src) return /obj/structure/closet/wardrobe/atmospherics_yellow/New() @@ -102,9 +102,9 @@ new /obj/item/clothing/shoes/black(src) new /obj/item/clothing/shoes/black(src) new /obj/item/clothing/shoes/black(src) - new /obj/item/clothing/head/soft/yellow(src) - new /obj/item/clothing/head/soft/yellow(src) - new /obj/item/clothing/head/soft/yellow(src) + //new /obj/item/clothing/head/soft/yellow(src) + //new /obj/item/clothing/head/soft/yellow(src) + //new /obj/item/clothing/head/soft/yellow(src) return /obj/structure/closet/wardrobe/engineering_yellow/New() @@ -114,9 +114,9 @@ new /obj/item/clothing/shoes/orange(src) new /obj/item/clothing/shoes/orange(src) new /obj/item/clothing/shoes/orange(src) - new /obj/item/clothing/head/soft/yellow(src) - new /obj/item/clothing/head/soft/yellow(src) - new /obj/item/clothing/head/soft/yellow(src) + //new /obj/item/clothing/head/soft/yellow(src) + //new /obj/item/clothing/head/soft/yellow(src) + //new /obj/item/clothing/head/soft/yellow(src) return /obj/structure/closet/wardrobe/white/New() @@ -200,13 +200,13 @@ new /obj/item/clothing/shoes/black(src) new /obj/item/clothing/shoes/brown(src) new /obj/item/clothing/shoes/white(src) - new /obj/item/clothing/head/soft/mime(src) - new /obj/item/clothing/head/soft/blue(src) - new /obj/item/clothing/head/soft/yellow(src) - new /obj/item/clothing/head/soft/green(src) - new /obj/item/clothing/head/soft/orange(src) - new /obj/item/clothing/head/soft/purple(src) - if(prob(10)) new /obj/item/clothing/head/soft/rainbow(src) + //new /obj/item/clothing/head/soft/mime(src) + //new /obj/item/clothing/head/soft/blue(src) + //new /obj/item/clothing/head/soft/yellow(src) + //new /obj/item/clothing/head/soft/green(src) + //new /obj/item/clothing/head/soft/orange(src) + //new /obj/item/clothing/head/soft/purple(src) + //if(prob(10)) new /obj/item/clothing/head/soft/rainbow(src) return /obj/structure/closet/lawcloset/New()