// Autogenned file
inherit "/obj/food.c";
void setup(){
// #class
  set_name( "seed" );
  set_short( "ivy seed" );
  add_adjective( ({ "ivy" }) );
  set_long( "This appears to be an ivy seed.  Perhaps you could make it grow if you had some kind of fertiliser?\n" );
  set_main_plural( "ivy seeds" );
  set_value(8 );
  set_weight(1);
} /* setup() */