// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("apple" );
set_short("red apple" );
add_adjective("red" );
set_long("The apple glows quietly, looking like the epitome of health. At "
"least it probably was until it was picked, now its health status is "
"rather more bleak.\n" );
set_piece_description("This used to be a nice apple, now it appears to just "
"be a piece of an apple.\n" );
set_weight(4 );
set_weight_per_bite(1 );
set_medium_alias("Apple" );
add_property( "sour", 1 );
add_eat_effect( "/std/effects/magic/vines", 100 );
} /* setup() */