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.134 by root, Fri Jul 2 19:54:41 2010 UTC vs.
Revision 1.135 by root, Fri Jul 2 19:58:19 2010 UTC

1434 else 1434 else
1435 { 1435 {
1436 if (was_one) 1436 if (was_one)
1437 new_draw_info (NDI_UNIQUE, 0, op, "You failed to remove any curse. H<The spell was not strong enough.>"); 1437 new_draw_info (NDI_UNIQUE, 0, op, "You failed to remove any curse. H<The spell was not strong enough.>");
1438 else 1438 else
1439 new_draw_info (NDI_UNIQUE, 0, op, "You are not having any cursed items."); 1439 new_draw_info (NDI_UNIQUE, 0, op, "You are not having any cursed items. H<Epic fail.>");
1440 } 1440 }
1441 } 1441 }
1442 1442
1443 return success; 1443 return success;
1444} 1444}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines