#include "path.h" inherit "/std/food"; setup() { set_name("mackeral"); set_short("mackeral"); set_main_plural("mackeral"); add_alias("mackerel"); set_long("A tasty looking piece of smoked mackeral.\n"); set_value(80); set_weight(4); }