// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("celery" );
set_short("stalk of celery" );
add_adjective(({"stalk", "of"}) );
set_long("This is a long, green stalk of celery, with almost fluffy "
"leaves on the top. Undeniably crunchy, it "
"looks just like one you remember your mother forcing you to eat when "
"you were younger.\n" );
set_weight(1 );
set_medium_alias("Celery");
} /* setup() */