--- deliantra/server/include/object.h 2007/01/11 23:17:04 1.86 +++ deliantra/server/include/object.h 2007/01/14 22:06:05 1.87 @@ -286,6 +286,7 @@ // info must hold 256 * 3 bytes currently const char *debug_desc (char *info) const; MTH const char *debug_desc () const; + const char *debug_desc2 () const; // another debug_desc, pure convinience function const char *flag_desc (char *desc, int len) const; MTH bool is_weapon () const { return type == ARROW || type == BOW || type == WEAPON; }