inherit "/obj/armourrot";
void setup()
{
set_base_armour("chainmail");
set_name("chainmail");
set_short("black chainmail");
set_main_plural("black chainmails");
add_plural("chainmails");
add_alias("chain mail");
add_adjective("black");
set_long("Many black metal rings linked together make this armour "
"able to stop most attacks.\n");
add_property("ROTCOUNTER",5);
}