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

Comparing deliantra/server/server/rune.C (file contents):
Revision 1.37 by root, Sat Dec 20 01:46:46 2008 UTC vs.
Revision 1.38 by root, Thu Jan 1 16:05:13 2009 UTC

353 353
354 /* we could put a probability chance here, but since nothing happens 354 /* we could put a probability chance here, but since nothing happens
355 * if you fail, no point on that. I suppose we could do a level 355 * if you fail, no point on that. I suppose we could do a level
356 * comparison so low level players can't erase high level players runes. 356 * comparison so low level players can't erase high level players runes.
357 */ 357 */
358 if (tmp->type == SIGN && !strcmp (tmp->arch->archname, "rune_mark")) 358 if (tmp->type == SIGN && tmp->arch->archname == shstr_rune_mark)
359 { 359 {
360 tmp->destroy (); 360 tmp->destroy ();
361 new_draw_info (NDI_UNIQUE, 0, op, "You wipe out the rune of marking!"); 361 new_draw_info (NDI_UNIQUE, 0, op, "You wipe out the rune of marking!");
362 return 1; 362 return 1;
363 } 363 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines