inherit "/obj/armour";
void setup()
{
set_base_armour("helmet");
set_name("brass helmet");
add_alias("helmet");
set_main_plural("brass helmets");
add_plural("helmets");
set_short("Brass Helmet");
set_long("This is a normal helmet mad of glistening brass. "
"Somewhat padded on the inside, it is quite comfortable "
"and good at protecting your skull.\n");
}