From a93df81e71912d3c38a596015104c87ac555e475 Mon Sep 17 00:00:00 2001 From: Muhreen <51841793+Investigator77@users.noreply.github.com> Date: Thu, 27 Feb 2020 05:22:05 -0300 Subject: [PATCH] Monolith BDU --- code/modules/clothing/under/miscellaneous.dm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index b3b9c0c5..a621404a 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -755,4 +755,14 @@ icon_state = "christmasfemaleg" item_state = "christmasfemaleg" body_parts_covered = CHEST|GROIN - can_adjust = FALSE \ No newline at end of file + can_adjust = FALSE + +/obj/item/clothing/under/zone/monolith + name = "Urban BDU" + desc = "A splinter urban camouflage Battle-Dress uniform." + icon_state = "camourban" + item_state = "camourban" + body_parts_covered = CHEST|GROIN|ARMS|LEGS + fitted = NO_FEMALE_UNIFORM + can_adjust = FALSE + resistance_flags = NONE