From 68558e91ee650f46a148112f8077efb4ab1cdd6f Mon Sep 17 00:00:00 2001 From: "ericgfwong@hotmail.com" Date: Mon, 23 Jul 2012 00:28:50 +0000 Subject: [PATCH] Added berets to security wardrobe closets git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4146 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/objects/closets/wardrobe.dm | 6 +++--- code/modules/clothing/head/security.dm | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/code/game/objects/closets/wardrobe.dm b/code/game/objects/closets/wardrobe.dm index 5ebfe08ed10..895c16a221c 100644 --- a/code/game/objects/closets/wardrobe.dm +++ b/code/game/objects/closets/wardrobe.dm @@ -11,15 +11,15 @@ new /obj/item/clothing/under/rank/security(src) new /obj/item/clothing/under/rank/security(src) new /obj/item/clothing/under/rank/security(src) - new /obj/item/clothing/under/rank/security(src) - new /obj/item/clothing/shoes/jackboots(src) new /obj/item/clothing/shoes/jackboots(src) new /obj/item/clothing/shoes/jackboots(src) new /obj/item/clothing/shoes/jackboots(src) new /obj/item/clothing/head/soft/sec(src) new /obj/item/clothing/head/soft/sec(src) new /obj/item/clothing/head/soft/sec(src) - new /obj/item/clothing/head/soft/sec(src) + new /obj/item/clothing/head/beret/sec(src) + new /obj/item/clothing/head/beret/sec(src) + new /obj/item/clothing/head/beret/sec(src) return /obj/structure/closet/wardrobe/pink/New() diff --git a/code/modules/clothing/head/security.dm b/code/modules/clothing/head/security.dm index 7c1255be12d..d3f557d9c37 100644 --- a/code/modules/clothing/head/security.dm +++ b/code/modules/clothing/head/security.dm @@ -29,3 +29,9 @@ desc = "It's baseball hat in tasteful red colour." icon_state = "secsoft" color = "sec" + +/obj/item/clothing/head/beret/sec + name = "security beret" + desc = "A beret with the security insignia emblazoned on it. For officers that are more inclined towards style than safety." + icon_state = "beret_badge" + flags = FPRINT | TABLEPASS \ No newline at end of file