inherit "obj/armour"; reset (arg) { if (arg) return; set_name ("mithril mail"); set_alias ("mithril"); set_type ("different"); /* can be worn with anything else */ set_ac (3); set_weight (2); set_value (1000); set_short ("Mithril Mail"); set_long ("The legendary Mithril Mail.\n"+ "It lays so smoothly and lightly on you that\n"+ "you can wear it with any other armor.\n"); }