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