/**
* A multi-coloured Heliopi
* Liceas - 13/07/03
*/
inherit FLOWER_OBJ;
void setup() {
set_name("heliopi");
set_short("red and white heliopi");
add_adjective("red and white");
set_value( 600 );
set_decay( 100 + random( 20 ) );
set_weight( 1 );
set_long("Tints of red and white are enmeshed within each petal that "
"encircle the deep blue core of this heliopi. The straight petals "
"derive their uniqueness from the myriad of patterns formed by the "
"entwined colours.\n");
set_withered_long("Once colourful, the petals of this heliopi have "
"withered to shades of light and dark brown. Their former "
"straightness is nowhere to be seen as they curl inwards, as if "
"trying to embrace or conceal the core of the flower.\n");
set_smell_message( ({
"You bring $D closer and a scent reminiscent of strawberries mixed "
"with a hint of pollen caresses your senses.\n",
"$N bring$s $D closer and breathe$s in deeply.\n"}) );
} /* setup() */