From 4328993913ebc2956068934cd22e47367c8f034c Mon Sep 17 00:00:00 2001 From: Heredth Date: Fri, 25 Jul 2014 14:16:07 -0700 Subject: [PATCH] Added nazi uniforms. Conflicts: code/modules/clothing/under/miscellaneous.dm --- code/modules/clothing/under/miscellaneous.dm | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index be0bba0f1b3..f110dbd5e31 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -503,4 +503,18 @@ desc = "Made in Seattle, 2216." icon_state = "colin_earle" item_state = "colin_earle" - _color = "colin_earle" \ No newline at end of file + _color = "colin_earle" + +/obj/item/clothing/under/officeruniform + name = "Officer's Uniform" + desc = "Bestraft die Juden für ihre Verbrechen." + icon_state = "officeruniform" + _color = "officeruniform" + body_parts_covered = UPPER_TORSO|LOWER_TORSO + +/obj/item/clothing/under/soldieruniform + name = "Soldier's Uniform" + desc = "Bestraft die Verbündeten für ihren Widerstand." + icon_state = "soldieruniform" + _color = "soldieruniform" + body_parts_covered = UPPER_TORSO|LOWER_TORSO