Difference for server/spell_effect.c from version 1.42 to 1.43


version 1.42 version 1.43
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.42 2001/03/07 07:24:30 mwedel Exp $";   *   "$Id: spell_effect.c,v 1.43 2001/03/16 05:45:40 mwedel Exp $";
  */   */
   
   
Line 1269
 
Line 1269
     int i;      int i;
   
     if(god) {      if(god) {
  force->attacktype|=god->attacktype;   force->attacktype|=god->attacktype | AT_PHYSICAL;
  if(god->slaying) force->slaying = add_string(god->slaying);   if(god->slaying) force->slaying = add_string(god->slaying);
   
  /* Only give out good benefits, not bad */   /* Only give out good benefits, not bad */


Legend:
line(s) removed in v.1.42 
line(s) changed
 line(s) added in v.1.43

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