inherit "/std/object"; void setup(){ set_name("alligator head"); add_alias("head"); set_main_plural("alligator heads"); add_plural("heads"); set_short("Alligator Head"); set_weight(200); add_property("nosteal", 1); set_long("This is the severed head of the ferocious alligator.\n"); set_value(0); }