--- deliantra/server/include/object.h 2008/05/03 11:14:50 1.172 +++ deliantra/server/include/object.h 2008/05/04 08:25:33 1.173 @@ -340,7 +340,8 @@ MTH static object *create (); const mapxy &operator =(const mapxy &pos); MTH void copy_to (object *dst); - MTH object *clone (); // create + copy_to + MTH object *clone (); // create + copy_to a single object + MTH object *deep_clone (); // copy whole more chain and inventory void do_destroy (); void gather_callbacks (AV *&callbacks, event_type event) const; MTH void destroy (bool destroy_inventory = false);