// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("pig" );
set_short("roasted pig" );
add_adjective("roasted" );
add_alias("pig" );
set_long("The nice spit roasted pig has an apple stuck in its mouth. "
"Grease glistens on the burnt, crackly bits. You hope it was "
"well cooked.\n" );
set_piece_description("The slice of roasted pig is dripping in oil and "
"looks just amazing, you can feel your stomach willing it inside.\n" );
set_weight(225 );
set_weight_per_bite(2);
} /* setup() */