#include "path.h" inherit "/std/object"; setup() { set_name("wand"); set_short("wand"); set_long("The wand is a short ebony stick upon which, at either "+ "end, a bird has crapped. Probably a dove.\n"); set_weight(4); set_value(200); }