Difference for server/spell_attack.c from version 1.18 to 1.19


version 1.18 version 1.19
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_attack_c =   * static char *rcsid_spell_attack_c =
  *   "$Id: spell_attack.c,v 1.18 2005/03/06 20:38:55 akirschbaum Exp $";   *   "$Id: spell_attack.c,v 1.19 2005/05/07 11:51:20 tchize Exp $";
  */   */
   
   
Line 1442
 
Line 1442
             {              {
             if ( head->level > level ) continue;              if ( head->level > level ) continue;
             if ( random_roll( 0, 100, caster, PREFER_LOW ) >= ( 20 + MIN( 50, 2 * ( level - head->level ) ) ) )              if ( random_roll( 0, 100, caster, PREFER_LOW ) >= ( 20 + MIN( 50, 2 * ( level - head->level ) ) ) )
                 // Failed, no effect                  /* Failed, no effect */
                 continue;                  continue;
             }              }
   


Legend:
line(s) removed in v.1.18 
line(s) changed
 line(s) added in v.1.19

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