diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index d1a18da516b..b0774315bda 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -406,4 +406,16 @@ icon_state = "bomber" item_state = "bomber" flags = FPRINT | TABLEPASS - body_parts_covered = UPPER_TORSO|ARMS \ No newline at end of file + body_parts_covered = UPPER_TORSO|ARMS + +/obj/item/clothing/suit/officercoat + name = "Officer's Coat" + desc = "Ein Mantel gemacht, um die Juden zu bestrafen." + icon_state = "officersuit" + item_state = "officersuit" + +/obj/item/clothing/suit/soldiercoat + name = "Soldier's Coat" + desc = "Ein Mantel gemacht, um die Verbündeten zu zerstören." + icon_state = "soldiersuit" + item_state = "soldiersuit"