Difference for server/c_wiz.c from version 1.21 to 1.22


version 1.21 version 1.22
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_wiz_c =   * static char *rcsid_c_wiz_c =
  *   "$Id: c_wiz.c,v 1.21 2002/07/18 04:45:35 mwedel Exp $";   *   "$Id: c_wiz.c,v 1.22 2002/07/18 05:59:17 mwedel Exp $";
  */   */
   
 /*  /*
Line 257
 
Line 257
      new_draw_info(NDI_UNIQUE, 0,op,"Usage: freeze [ticks] <player>.");       new_draw_info(NDI_UNIQUE, 0,op,"Usage: freeze [ticks] <player>.");
      return 1;       return 1;
  }   }
     } else ticks=200;      } else ticks=100;
     pl = get_other_player_from_name(op, params);      pl = get_other_player_from_name(op, params);
     if (!pl) return 1;      if (!pl) return 1;
     new_draw_info(NDI_UNIQUE | NDI_RED, 0, pl->ob, "You have been frozen by the DM!");      new_draw_info(NDI_UNIQUE | NDI_RED, 0, pl->ob, "You have been frozen by the DM!");


Legend:
line(s) removed in v.1.21 
line(s) changed
 line(s) added in v.1.22

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