Difference for include/spellist.h from version 1.25 to 1.26


version 1.25 version 1.26
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spellist_h =   * static char *rcsid_spellist_h =
  *   "$Id: spellist.h,v 1.25 2001/04/18 21:24:29 mardahl Exp $";   *   "$Id: spellist.h,v 1.26 2001/05/12 04:04:19 mwedel Exp $";
  */   */
   
 /*  /*
Line 152
 
Line 152
  PATH_FROST, "icestorm",},   PATH_FROST, "icestorm",},
 {"charging", 10,200, 0, 75, 1, 1,  0,  0, 0, 0, 1,  {"charging", 10,200, 0, 75, 1, 1,  0,  0, 0, 0, 1,
  PATH_TRANSFER, "enchantment",}, /* 60 */   PATH_TRANSFER, "enchantment",}, /* 60 */
   #ifdef NO_POLYMORPH
   /* Disable it from appearing in wands/rods */
   {"polymorph", 6,20, 0, 30, 0, 0,  0,  1, 0, 0, 0,
    PATH_TRANSMUTE, "polymorph",},
   #else
 {"polymorph", 6,20, 10, 30, 0, 0,  0,  1, 0, 0, 0,  {"polymorph", 6,20, 10, 30, 0, 0,  0,  1, 0, 0, 0,
  PATH_TRANSMUTE, "polymorph",},   PATH_TRANSMUTE, "polymorph",},
   #endif
 {"cancellation", 10,30, 10, 10, 0, 0,  1,  1, 0, 0, 0,  {"cancellation", 10,30, 10, 10, 0, 0,  1,  1, 0, 0, 0,
  PATH_ABJURE, "cancellation",},   PATH_ABJURE, "cancellation",},
 {"confusion", 2,10,  0, 10, 3, 2,  7,  0, 0, 0, 0,  {"confusion", 2,10,  0, 10, 3, 2,  7,  0, 0, 0, 0,


Legend:
line(s) removed in v.1.25 
line(s) changed
 line(s) added in v.1.26

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