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

Comparing deliantra/server/server/spell_effect.C (file contents):
Revision 1.46 by root, Tue Apr 24 12:32:16 2007 UTC vs.
Revision 1.47 by root, Tue Apr 24 16:30:29 2007 UTC

1764 { 1764 {
1765 identify (tmp); 1765 identify (tmp);
1766 1766
1767 if (op->type == PLAYER) 1767 if (op->type == PLAYER)
1768 { 1768 {
1769 new_draw_info_format (NDI_UNIQUE, 0, op, "You have %s.", long_desc (tmp, op)); 1769 new_draw_info_format (NDI_UNIQUE, 0, op, "You have: %s.", long_desc (tmp, op));
1770 1770
1771 if (tmp->msg) 1771 if (tmp->msg)
1772 { 1772 {
1773 new_draw_info (NDI_UNIQUE, 0, op, "The item has a story:"); 1773 new_draw_info (NDI_UNIQUE, 0, op, "The item has a story:");
1774 new_draw_info (NDI_UNIQUE, 0, op, tmp->msg); 1774 new_draw_info (NDI_UNIQUE, 0, op, tmp->msg);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines