/* The example armour.. */
inherit "/obj/armour";
void setup()
{
/* THIS HAS TO BE THE FIRST LINE !!!! */
set_base_armour("bracers"); /* Will set up most of the armour for you */
set_name("bracers"); /* The name is an identifier **/
set_short("bracers"); /* What the players see */
set_main_plural("bracers"); /* What the the players see if there
are more than one of that armour */
set_long("These are two metal bracers which clasp around your wrists.\n");
}