Difference for server/spell_effect.c from version 1.74 to 1.75


version 1.74 version 1.75
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.74 2002/07/30 06:37:22 mwedel Exp $";   *   "$Id: spell_effect.c,v 1.75 2002/08/26 07:14:11 mwedel Exp $";
  */   */
   
   
Line 607
 
Line 607
     object *tmp;      object *tmp;
   
     if(op->invisible>1000) {      if(op->invisible>1000) {
  new_draw_info(NDI_UNIQUE, 0,op,"You are already as invisible as you can get.");   new_draw_info(NDI_UNIQUE, 0,op,"You can not extend the duration of your invisibility any further");
  return 0;   return 0;
     }      }
   
Line 634
 
Line 634
      */       */
     if(op->invisible>1000) op->invisible = 1000;      if(op->invisible>1000) op->invisible = 1000;
    
   
     new_draw_info(NDI_UNIQUE, 0,op,"You can't see your hands!");      new_draw_info(NDI_UNIQUE, 0,op,"You can't see your hands!");
     update_object(op,UP_OBJ_FACE);      update_object(op,UP_OBJ_FACE);
   


Legend:
line(s) removed in v.1.74 
line(s) changed
 line(s) added in v.1.75

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:48