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