From d76fb3b5c206062504a8e686c3f96562becde109 Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 24 Apr 2014 00:56:44 -0700 Subject: [PATCH] Custom item for Von2531: Jack Washington --- code/modules/customitems/item_defines.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index e5b1d0254c7..e3710e4b9fa 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -570,6 +570,12 @@ desc = "A worn-looking hat. It is slightly faded in color." icon = 'icons/obj/custom_items.dmi' icon_state = "brucehachert" + +/obj/item/clothing/head/beret/fluff/marine_beret //Von2531: Jack Washington + name = "colonial marine beret" + desc = "A well-worn navy blue beret. The insignia of the Martian Colonial Marine Corps is affixed to the front." + icon_state = "officerberet" + flags = FPRINT | TABLEPASS //////////// Suits ////////////