inherit "/std/object";
void setup()
{
set_name("vine");
set_short("vine");
set_long("A long length of rope like jungle vine, it seems to be the tough fibrous "
"core of vine left after all the soft squishy stuff has rotted away. "
"It looks like it might be a useful thing to hang on to.\n");
set_value(0);
set_weight(200);
}