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.40 by root, Tue Feb 13 21:28:11 2007 UTC vs.
Revision 1.41 by pippijn, Thu Mar 1 12:28:16 2007 UTC

373 * normal applies. 373 * normal applies.
374 */ 374 */
375int 375int
376cast_invisible (object *op, object *caster, object *spell_ob) 376cast_invisible (object *op, object *caster, object *spell_ob)
377{ 377{
378 object *tmp;
379
380 if (op->invisible > 1000) 378 if (op->invisible > 1000)
381 { 379 {
382 new_draw_info (NDI_UNIQUE, 0, op, "You can not extend the duration of your invisibility any further"); 380 new_draw_info (NDI_UNIQUE, 0, op, "You can not extend the duration of your invisibility any further");
383 return 0; 381 return 0;
384 } 382 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines