Difference for include/attack.h from version 1.8 to 1.9


version 1.8 version 1.9
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_attack_h =   * static char *rcsid_attack_h =
  *   "$Id: attack.h,v 1.8 2001/12/18 09:45:07 darth_bob Exp $";   *   "$Id: attack.h,v 1.9 2001/12/19 06:54:43 darth_bob Exp $";
  */   */
   
 /*  /*
Line 155
 
Line 155
 EXTERN char *attacktype_desc[NROFATTACKS];  EXTERN char *attacktype_desc[NROFATTACKS];
 EXTERN char *resist_save[NROFATTACKS];  EXTERN char *resist_save[NROFATTACKS];
   
   /* Beware, names require an _ if there is a space, else they will be read
    * as for example: resist_life stealing 50!
    */
 #else  #else
 EXTERN char *resist_save[NROFATTACKS] = {  EXTERN char *resist_save[NROFATTACKS] = {
 "physical", "magic", "fire", "electricity", "cold", "confusion", "acid",  "physical", "magic", "fire", "electricity", "cold", "confusion", "acid",
 "drain", "weaponmagic", "ghosthit", "poison", "slow", "paralyze",  "drain", "weaponmagic", "ghosthit", "poison", "slow", "paralyze",
 "turn_undead", "fear", "cancellation", "deplete", "death", "chaos",  "turn_undead", "fear", "cancellation", "deplete", "death", "chaos",
 "counterspell", "godpower", "holyword", "blind" , "internal", "life stealing"  "counterspell", "godpower", "holyword", "blind" , "internal", "life_stealing"
 };  };
   
 /* Short description of names of the attacktypes */  /* Short description of names of the attacktypes */


Legend:
line(s) removed in v.1.8 
line(s) changed
 line(s) added in v.1.9

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