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.143 by root, Mon Nov 12 03:48:34 2012 UTC vs.
Revision 1.144 by root, Mon Nov 26 15:12:16 2012 UTC

404 404
405 if (spell_ob->flag [FLAG_MAKE_INVIS]) 405 if (spell_ob->flag [FLAG_MAKE_INVIS])
406 op->contr->tmp_invis = 0; 406 op->contr->tmp_invis = 0;
407 else 407 else
408 op->contr->tmp_invis = 1; 408 op->contr->tmp_invis = 1;
409
410 op->contr->hidden = 0;
411 } 409 }
412 410
413 if (makes_invisible_to (op, op)) 411 if (makes_invisible_to (op, op))
414 new_draw_info (NDI_UNIQUE, 0, op, "You can't see your hands!"); 412 new_draw_info (NDI_UNIQUE, 0, op, "You can't see your hands!");
415 else 413 else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines