ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/readable.C
(Generate patch)

Comparing deliantra/server/common/readable.C (file contents):
Revision 1.56 by root, Fri Mar 26 01:04:44 2010 UTC vs.
Revision 1.57 by root, Sun Apr 11 00:34:05 2010 UTC

1348 1348
1349 /* properties of the artifact */ 1349 /* properties of the artifact */
1350 tmp = object::create (); 1350 tmp = object::create ();
1351 add_abilities (tmp, art->item); 1351 add_abilities (tmp, art->item);
1352 tmp->type = type; 1352 tmp->type = type;
1353 SET_FLAG (tmp, FLAG_IDENTIFIED); 1353 tmp->set_flag (FLAG_IDENTIFIED);
1354 if ((ch = describe_item (tmp, 0)) && strlen (ch) > 1) 1354 if ((ch = describe_item (tmp, 0)) && strlen (ch) > 1)
1355 buf << "\rProperties of this artifact include:\r" << ch << "\n"; 1355 buf << "\rProperties of this artifact include:\r" << ch << "\n";
1356 1356
1357 tmp->destroy (); 1357 tmp->destroy ();
1358 1358

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines