Difference for server/gods.c from version 1.57 to 1.58


version 1.57 version 1.58
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_gods_c =   * static char *rcsid_gods_c =
  *   "$Id: gods.c,v 1.57 2006/01/01 13:03:07 akirschbaum Exp $";   *   "$Id: gods.c,v 1.58 2006/01/07 18:56:51 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 896
 
Line 896
                 continue;                  continue;
             new_draw_info (NDI_UNIQUE, 0, op,              new_draw_info (NDI_UNIQUE, 0, op,
                     "Shimmering light surrounds and restores you!");                      "Shimmering light surrounds and restores you!");
             for (i = 0; i < 7; i++)              for (i = 0; i < NUM_STATS; i++)
                 if (get_attr_value (&depl->stats, i))                  if (get_attr_value (&depl->stats, i))
                     new_draw_info (NDI_UNIQUE, 0, op, restore_msg[i]);                      new_draw_info (NDI_UNIQUE, 0, op, restore_msg[i]);
             remove_ob (depl);              remove_ob (depl);


Legend:
line(s) removed in v.1.57 
line(s) changed
 line(s) added in v.1.58

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