Difference for include/spellist.h from version 1.13 to 1.14


version 1.13 version 1.14
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spellist_h =   * static char *rcsid_spellist_h =
  *   "$Id: spellist.h,v 1.13 2000/10/31 08:40:29 peterm Exp $";   *   "$Id: spellist.h,v 1.14 2000/11/17 11:16:45 peterm Exp $";
  */   */
   
 /*  /*
Line 419
 
Line 419
 {"cause cold",                  2, 10, 5, 10, 3, 2,  5,  1, 0, 1, 0,   /* 187 */  {"cause cold",                  2, 10, 5, 10, 3, 2,  5,  1, 0, 1, 0,   /* 187 */
    PATH_WOUNDING,"disease_cold"},     PATH_WOUNDING,"disease_cold"},
 {"divine shock",              1, 3, 0, 10, 0, 0, 5, 1, 0, 1, 0,   {"divine shock",              1, 3, 0, 10, 0, 0, 5, 1, 0, 1, 0,
    PATH_WOUNDING,"divine_shock"}     PATH_WOUNDING,"divine_shock"},
   {"windstorm",                   3,3,  0, 10, 0, 0,  0,  1, 0, 1, 0,
    PATH_NULL, "windstorm",}
   
   
 };  };
   
Line 631
 
Line 634
 { 2, 20, 2, 1, 10}, /* dancing sword */     /* 185 */   { 2, 20, 2, 1, 10}, /* dancing sword */     /* 185 */
 { 2, 20, 2, 1, 20}, /* animate weapon */  { 2, 20, 2, 1, 20}, /* animate weapon */
 {   0,       0,     3,      5, 10}, /*cause cold*/        {   0,       0,     3,      5, 10}, /*cause cold*/      
 {   1,      1,     4,      1, 3} /*divine shock*/        {   1,      1,     4,      1, 3}, /*divine shock*/      
   {   0,      20,     25,      4, 6} /*windstorm*/      
 };  };
   
 char *spellpathnames[NRSPELLPATHS] = {  char *spellpathnames[NRSPELLPATHS] = {


Legend:
line(s) removed in v.1.13 
line(s) changed
 line(s) added in v.1.14

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:29