// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("phoenix claw" );
set_short("phoenix claw" );
add_alias(({ "phoenix claw", "claw"}) );
add_property("determinate", "a " );
set_main_plural("phoenix claws" );
add_property("no recycling", 1 );
set_long("Phoenix claws? How can that be? Everyone knows "
"that the phoenix does not exist. As you examine "
"them closer, you realized that they're in fact "
"chicken feet, braised in spicy red sauce. You could "
"have been fooled! It's not surprising to find that "
"only the locals appreciate this dish... for the "
"amusing effect it has on tourists.\n" );
set_weight(4 );
set_weight_per_bite(1 );
set_medium_alias("PhoenixClaw");
} /* setup() */