diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 3cd6566e731..3371eeade23 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -293,6 +293,16 @@ src.item_state = "[item_color]" usr.update_inv_w_uniform() +/obj/item/clothing/under/fluff/honourable // MrBarrelrolll: Maximus Greenwood + name = "Viridi Protegat" + desc = "A set of chainmail adorned with a hide mantle. \"Greenwood\" is engraved into the right breast." + icon = 'icons/obj/clothing/uniforms.dmi' + icon_state = "roman" + item_state = "maximus_armor" + item_color = "maximus_armor" + displays_id = 0 + strip_delay = 100 + //////////// Masks //////////// //////////// Shoes //////////// diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index 07455bdf920..6fed8c42c66 100644 Binary files a/icons/mob/uniform.dmi and b/icons/mob/uniform.dmi differ