// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("lor mai gai" );
set_short("piece of lor mai gai" );
add_alias(( ({ "lor mai gai", "gai" }) ) );
add_property("determinate", "a " );
add_property("no recycling", 1 );
set_main_plural("pieces of lor mai gai" );
set_long("Tender strips of chicken and black mushrooms braised in rice "
"wine, soy sauce and assorted spices, wrapped with glutinous "
"rice in lotus leaf and steamed for an hour. A favourite "
"amongst the locals here and often a substantial meal on "
"its own.\n" );
set_weight(4 );
set_weight_per_bite(1 );
set_medium_alias("LorMaiGai");
} /* setup() */