// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("crunchy delight" );
set_short("crunchy delight" );
add_adjective("crunchy" );
add_alias(( ({ "crunchy delight", "delight" }) ) );
add_property("determinate", "a " );
add_property("no recycling", 1 );
set_main_plural("crunchy delights" );
set_long("Another one of Yan Kun-Kook's signature dishes. The "
"crunchy delight is coated in molasses and crushed sesame "
"seed. Crunchy on the outside, soft and succulent on the "
"inside. No one has yet to reveal what it is really "
"made of. He claims that it will be a true dining "
"experience for tourists, much to the delight of the "
"locals.\n" );
set_weight(2 );
set_weight_per_bite(1 );
set_medium_alias("CrunchyDelight" );
add_eat_effect("/std/effects/ingested/nausea", 80);
} /* setup() */