inherit "inherit/weapon"; reset(arg) { if(arg) return; set_name("rock"); set_type("crush"); set_wc(4); set_length(3); set_weight(1); set_value(50); set_short("A well rounded rock"); set_long( "This rock is well rounded and has no edges. It appears to be a weapon \n"+ "of which the likes have not been seen for a few million years. It is \n"+ "made of a granite and has the usual grey coloring of granite. \n"); set_hit_func(this_object()); }