#include "/w/worzel/path.h" inherit "/std/object"; setup() { set_name("Piece of Wood"); set_short("A short piece of wood"); set_long("This is a lovely smooth piece of black ash. It is about a "+ "foot long and about 2 inchs wide."); add_alias("wood"); add_adjective("short"); set_main_plural("Pieces of Wood"); set_value(8); set_weight(3); }