Added Stalhelm, Panzer Cap, and the Officers Cap

Conflicts:
	code/modules/clothing/head/misc.dm
This commit is contained in:
Heredth
2014-07-25 14:13:26 -07:00
committed by ZomgPonies
parent a1da36611e
commit 4bd8467807
+24 -1
View File
@@ -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