/* The example armour.. */
inherit "/obj/armour";
void setup()
{
set_base_armour("chainmail");
set_name("Dwarven chainmail");
add_alias("dwarven chainmail");
add_alias("chainmail");
set_main_plural("chainmails");
set_long("This armour is made from interlocking links of chain "
"attached to a leather base. It looks very comfortable "
"and sturdy. It must have been crafted by a fine "
"Dwarven smithy."
"\n\n");
}