#include "path.h" inherit "/std/food"; setup() { set_name("loaf"); set_short("loaf of bread"); set_main_plural("loaves of bread"); set_long("A small cob loaf. Its colour may be due to the wholemeal "+ "flour it is made with, but whoever heard of green flour?\n"); set_value(70); set_weight(6); }