#include "/w/worzel/path.h" inherit "/std/food"; setup() { set_name("orange"); set_short("orange"); set_long("This is, funnily enough, an orange. It is round, orange, and juicy.\n"); set_weight(3); set_value(45); set_eat_func("yum"); } int yum() { this_player()->adjust_hp(45); }