Difference for server/apply.c from version 1.72 to 1.73


version 1.72 version 1.73
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_apply_c =   * static char *rcsid_apply_c =
  *   "$Id: apply.c,v 1.72 2002/12/12 23:48:10 garbled Exp $";   *   "$Id: apply.c,v 1.73 2002/12/21 08:02:33 mwedel Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 610
 
Line 610
     {      {
  int i;   int i;
   
  i = armour->magic * op->level;   i = armour->magic * 10;
  if (i > new_armour) new_armour=i;   if (i > new_armour) new_armour=i;
   
         new_draw_info_format(NDI_UNIQUE, 0,op,"You need to be level %d", new_armour);          new_draw_info_format(NDI_UNIQUE, 0,op,"You need to be level %d", new_armour);


Legend:
line(s) removed in v.1.72 
line(s) changed
 line(s) added in v.1.73

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