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

Comparing deliantra/server/common/object.C (file contents):
Revision 1.314 by root, Fri Mar 26 00:59:20 2010 UTC vs.
Revision 1.315 by root, Fri Mar 26 21:43:43 2010 UTC

622 622
623 new_draw_info_format (NDI_UNIQUE, 0, this, 623 new_draw_info_format (NDI_UNIQUE, 0, this,
624 "You try to balance all your items at once, " 624 "You try to balance all your items at once, "
625 "but the %s is just too much for your body. " 625 "but the %s is just too much for your body. "
626 "[You need to unapply some items first - use the 'body' command to see " 626 "[You need to unapply some items first - use the 'body' command to see "
627 "how many items you cna wera on a specific body part.]", &ob->name); 627 "how many items you can wear on a specific body part.]", &ob->name);
628 return false; 628 return false;
629 } 629 }
630 630
631 //new_draw_info_format (NDI_UNIQUE, 0, this, "You switch to your %s.", &ob->name); 631 //new_draw_info_format (NDI_UNIQUE, 0, this, "You switch to your %s.", &ob->name);
632 } 632 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines