inherit "/obj/armour";
void setup()
{
set_base_armour("cloak");
set_name("dark trenchcoat");
add_alias("trenchcoat");
add_alias("coat");
set_short("Dark Trenchcoat");
set_long("This is a long, dark trenchcoat that covers the "
"majority of your body. This coat provides decent "
"protection against the elements of nature.\n");
set_main_plural("dark trenchcoats");
add_plural("trenchcoats");
add_plural("coats");
}