// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("wanton" );
set_short("piece of fried wanton" );
add_alias(( ({ "wanton", "fried wanton" }) ) );
add_property("determinate", "a " );
add_property("no recycling", 1 );
set_main_plural("pieces of fried wantons" );
set_long("This is a very common dimsum among the locals. "
"Anyone with some parts of pig, chopped seafood, "
"waterchestnut and flour skins can make them easily. "
" However what sets these wantons apart from others "
"is a special secret ingredient that Chef Yan uses. "
" Deep fried to a crisp, best with extra hot chilli "
"sauce.\n" );
set_weight(2 );
set_weight_per_bite(1 );
set_medium_alias("FriedWanton");
} /* setup() */