#include "path.h"
inherit QUIVER
void setup()
{
::setup();
set_long("An elfin worked leather quiver. It's plain, serviceable and "
"most importantly, is carefully made so the arrows won't rattle or fall out.\n");
arrow = "flight arrow";
add_property("guild","ranger");
}