// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("lettuce" );
set_short("lettuce" );
set_long("This is a nice green and leafy lettuce. "
"It may look and taste like a big leaf, but that's only "
"because it is.\n" );
set_medium_alias("Lettuce" );
set_main_plural("lettuces" );
set_weight(1);
} /* setup() */