// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("potato" );
set_short("dirty potato" );
add_adjective("dirty" );
set_main_plural("dirty potatoes" );
set_long("This dirty potato is covered in dirt, and is obviously "
"fresh out of the ground. Its many eyes leer at you anxiously.\n" );
set_medium_alias("Potato" );
set_weight(4 );
set_weight_per_bite(1 );
} /* setup() */