/**
* A Black Marionna - only one colour of these, gray!
* Liceas - 13/07/03
*/
inherit FLOWER_OBJ;
void setup() {
set_name("marionna");
set_short("black marionna");
add_adjective("black");
set_value( 1000 );
set_decay( 80 + random(20) );
set_weight( 1 );
set_long("Despite its name, the black marionna is a mostly charcoal "
"coloured flower with an orange centre reminiscent of glowing "
"embers. The fragile petals reach upwards enclosing the speckled "
"centre at the sides.\n");
set_withered_long("Formerly straight, the charcoal grey petals of "
"the black marionna have now withered to a dark brown colour. "
"The size of the flower has also decreased due to the shrivelling "
"petals. The centre of the blossom is now pitch black.\n");
set_smell_message( ({
"You bring $D to your nose and breathe deeply, only to find the "
"distinct aroma of burnt wood.\n",
"$N bring$s $D to $p nose and inhale$s deeply.\n"}) );
} /* setup() */