#include "path.h" inherit "/std/food"; setup() { set_name("cake"); set_short("wedding cake"); set_main_plural("pieces of wedding cake"); set_long("This is a piece of the fantastic cake that was made for the "+ "wedding of Worzel and Genievere.\n It was a heart-shaped, three tier "+ "cake with white royal icing and piping.\n Now it has been cut up into "+ "small pieces like the one you have here." ); set_value(100); set_weight(3); }