inherit "/obj/armour";
void setup()
{
set_base_armour("chainmail");
set_name("brass chainmail");
add_alias("chainmail");
set_main_plural("brass chainmails");
add_plural("chainmails");
set_short("Brass Chainmail");
set_long("This armour is made out from interwoven brass "
"chain links. When properly taken care of this brass "
"has a shine resembling gold. In the inside of this "
"armour, there is a thin lining of leather for added "
"protection and comfort.\n");
}