inherit "/obj/armour";
void setup()
{
set_base_armour("cloak");
set_name("piwafwi");
set_short("tattered piwafwi");
add_alias("piwafwi");
set_main_plural("tattered piwafwi");
add_adjective("tattered");
set_long("The piwafwi is one of a drows most precious belongings. "
"The black "
"fabric of the cloak absorbs most radiation, both light and "
"heat, helping the bearer make himself invisible to "
"an unfriendly eye.\n");
}