Difference for server/spell_attack.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_attack_c =   * static char *rcsid_spell_attack_c =
  *   "$Id: spell_attack.c,v 1.2 2003/11/14 07:57:10 mwedel Exp $";   *   "$Id: spell_attack.c,v 1.3 2004/02/13 07:42:10 mwedel Exp $";
  */   */
   
   
Line 1681
 
Line 1681
     }      }
     tmp->stats.food = spell->duration + SP_level_duration_adjust(caster,spell);      tmp->stats.food = spell->duration + SP_level_duration_adjust(caster,spell);
     if (tmp->glow_radius) {      if (tmp->glow_radius) {
  tmp->glow_radius= spell->range + + SP_level_range_adjust(caster,spell);   tmp->glow_radius= spell->range + SP_level_range_adjust(caster,spell);
  if (tmp->glow_radius > MAX_LIGHT_RADII) tmp->glow_radius = MAX_LIGHT_RADII;   if (tmp->glow_radius > MAX_LIGHT_RADII) tmp->glow_radius = MAX_LIGHT_RADII;
     }      }
     tmp->x=x;      tmp->x=x;


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

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