Difference for server/c_wiz.c from version 1.28 to 1.29


version 1.28 version 1.29
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_wiz_c =   * static char *rcsid_c_wiz_c =
  *   "$Id: c_wiz.c,v 1.28 2002/12/18 16:39:58 garbled Exp $";   *   "$Id: c_wiz.c,v 1.29 2003/01/08 08:39:19 mwedel Exp $";
  */   */
   
 /*  /*
Line 651
 
Line 651
  CLEAR_FLAG(op, FLAG_UNAGGRESSIVE);   CLEAR_FLAG(op, FLAG_UNAGGRESSIVE);
  new_draw_info(NDI_UNIQUE, 0, op, "Agression turned ON");   new_draw_info(NDI_UNIQUE, 0, op, "Agression turned ON");
     }      }
       return 1;
 }  }
   
 /* DM can possess a monster.  Basically, this tricks the client into thinking  /* DM can possess a monster.  Basically, this tricks the client into thinking
Line 772
 
Line 773
     fix_player(victim);      fix_player(victim);
   
     do_some_living(victim);      do_some_living(victim);
       return 1;
 }  }
   
   


Legend:
line(s) removed in v.1.28 
line(s) changed
 line(s) added in v.1.29

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