From 4bd84678070bc95fc6ec6cdae47453a5ae861618 Mon Sep 17 00:00:00 2001 From: Heredth Date: Fri, 25 Jul 2014 14:13:26 -0700 Subject: [PATCH] Added Stalhelm, Panzer Cap, and the Officers Cap Conflicts: code/modules/clothing/head/misc.dm --- code/modules/clothing/head/misc.dm | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index f8526e69649..48bb5c11362 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -292,4 +292,27 @@ /obj/item/clothing/head/fedora/brownfedora name = "brown fedora" icon_state = "bfedora" - loose = 35 + loose = 35 + +/obj/item/clothing/head/stalhelm + name = "Stalhelm" + desc = "Ein Helm, um die Nazi-Interesse an fremden Raumstationen zu sichern." + icon_state = "stalhelm" + item_state = "stalhelm" + flags = FPRINT | TABLEPASS | BLOCKHAIR + flags_inv = HIDEEARS + +/obj/item/clothing/head/panzer + name = "Panzer Cap" + desc = "Ein Hut passen nur für die größten Tanks." + icon_state = "panzercap" + item_state = "panzercap" + flags = FPRINT | TABLEPASS | BLOCKHAIR + +/obj/item/clothing/head/naziofficer + name = "Officer Cap" + desc = "Ein Hut von Offizieren in der Nazi-Partei getragen." + icon_state = "officercap" + item_state = "officercap" + flags = FPRINT | TABLEPASS | BLOCKHAIR + flags_inv = HIDEEARS