From 7576f696d52e63c799d75d8d3d9ca83a956a5841 Mon Sep 17 00:00:00 2001 From: "giacomand@gmail.com" Date: Mon, 23 Jul 2012 03:15:33 +0000 Subject: [PATCH] -Reverted the hats in the wardrobes file. If you want them back then feel free to re-add them. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4150 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/objects/closets/wardrobe.dm | 44 +++++++++++++-------------- 1 file changed, 22 insertions(+), 22 deletions(-) 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()