// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("radish" );
set_short("small radish" );
add_adjective("small" );
set_long("This is a small, red radish, with thin white roots extending from "
"the base. A small eye-shaped mark on the top of the radish squints at "
"you evilly.\n" );
set_weight(4 );
set_weight_per_bite(1 );
set_medium_alias("Radish");
} /* setup() */