Difference for server/player.c from version 1.134 to 1.135


version 1.134 version 1.135
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_c =   * static char *rcsid_player_c =
  *   "$Id: player.c,v 1.134 2003/10/07 07:02:02 mwedel Exp $";   *   "$Id: player.c,v 1.135 2003/10/08 05:43:22 mwedel Exp $";
  */   */
   
 /*  /*
Line 1974
 
Line 1974
       * the wiz.        * the wiz.
       */        */
      if (mon->type == PLAYER && mon->stats.hp >= 0 && !mon->contr->has_hit &&       if (mon->type == PLAYER && mon->stats.hp >= 0 && !mon->contr->has_hit &&
  !on_battleGround && !QUERY_FLAG(mon, FLAG_WIZ)) {   !on_battleground && !QUERY_FLAG(mon, FLAG_WIZ)) {
  short luck = mon->stats.luck;   short luck = mon->stats.luck;
  mon->contr->has_hit = 1;   mon->contr->has_hit = 1;
  skill_attack(op, mon, 0, NULL, NULL);   skill_attack(op, mon, 0, NULL, NULL);


Legend:
line(s) removed in v.1.134 
line(s) changed
 line(s) added in v.1.135

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