Difference for server/spell_effect.c from version 1.8 to 1.9


version 1.8 version 1.9
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.8 2000/04/14 04:48:19 cvs Exp $";   *   "$Id: spell_effect.c,v 1.9 2000/04/17 14:18:13 jec Exp $";
  */   */
   
   
Line 2935
 
Line 2935
    
   /* we create a hitter object -- the spell */    /* we create a hitter object -- the spell */
   hitter=get_archetype("face_of_death");    hitter=get_archetype("face_of_death");
   hitter->level=SP_PARAMETERS[SP_FINGER_DEATH].bdam +     hitter->level = path_level_mod (caster, SP_PARAMETERS[SP_FINGER_DEATH].bdam +
         3*SP_level_dam_adjust(op,caster,SP_FINGER_DEATH) +           3*SP_level_dam_adjust(op,caster,SP_FINGER_DEATH), SP_FINGER_DEATH);
  path_level_mod(caster, SP_FINGER_DEATH);  
   set_owner(hitter,op);    set_owner(hitter,op);
   hitter->x=target->x;    hitter->x=target->x;
   hitter->y=target->y;    hitter->y=target->y;


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 17:49