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.287 by root, Sat Oct 3 20:11:12 2009 UTC vs.
Revision 1.288 by root, Sat Oct 3 22:36:08 2009 UTC

555 update_stats (); 555 update_stats ();
556 556
557 new_draw_info_format (NDI_UNIQUE, 0, this, 557 new_draw_info_format (NDI_UNIQUE, 0, this,
558 "You try to balance all your items at once, " 558 "You try to balance all your items at once, "
559 "but the %s is just too much for your body. " 559 "but the %s is just too much for your body. "
560 "[You need to unapply some items first.]", &ob->name); 560 "[You need to unapply some items first - use the 'body' command to see "
561 "how many items you cna wera on a specific body part.]", &ob->name);
561 return false; 562 return false;
562 } 563 }
563 564
564 //new_draw_info_format (NDI_UNIQUE, 0, this, "You switch to your %s.", &ob->name); 565 //new_draw_info_format (NDI_UNIQUE, 0, this, "You switch to your %s.", &ob->name);
565 } 566 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines