/* The example armour.. */
inherit "/obj/armour"; 
void setup()  
  { 
    set_base_armour("gauntlets");
    set_name("Dwarven gauntlets");
    add_alias("gauntlets");
    add_alias("gauntlet");
    set_short("pair of Dwarven gauntlets");
    set_main_plural("pairs of gauntlets");
    set_long("This is a pair of gauntlets, created by a fine "
        "Dwarven smithy."
        "\n\n");
 
}