inherit "/obj/armour";
void setup()
{
set_base_armour("leather");
set_name("leather vest");
add_alias("vest");
add_alias("leather");
set_main_plural("leather vests");
add_plural("vests");
add_plural("leathers");
set_short("Leather Vest");
set_long("This is an ordinarly leather vest. It is quite "
"comfortable but you do realize it is not the best "
"armour in the world. But it is better than no "
"armour at all.\n");
}