// Autogenned file inherit FOOD_OBJ; void setup(){ set_name("cheese" ); set_short("farm house cheese" ); add_adjective(({ "farm", "house" }) ); set_long("This looks like one of those traditionally made farmhouse " "cheeses, the sort that would kill a rat at 50 paces. It looks wholesome " ", nutritious (whatever that means) and good enough to eat.\n" ); set_weight(10 ); set_value(10 ); set_main_plural("lumps of cheese" ); add_plural("cheeses" ); set_weight_per_bite(2); } /* setup() */