Difference for server/spell_effect.c from version 1.112 to 1.113


version 1.112 version 1.113
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.112 2004/01/16 07:52:51 mwedel Exp $";   *   "$Id: spell_effect.c,v 1.113 2004/02/09 05:52:20 mwedel Exp $";
  */   */
   
   
Line 1504
 
Line 1504
     force->stats.ac = spell_ob->stats.ac;      force->stats.ac = spell_ob->stats.ac;
     force->attacktype = spell_ob->attacktype;      force->attacktype = spell_ob->attacktype;
   
     change_abil(tmp,force); /* Mostly to display any messages */  
     insert_ob_in_ob(force,tmp);      insert_ob_in_ob(force,tmp);
       change_abil(tmp,force); /* Mostly to display any messages */
     fix_player(tmp);      fix_player(tmp);
     return 1;      return 1;
 }  }


Legend:
line(s) removed in v.1.112 
line(s) changed
 line(s) added in v.1.113

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