Difference for server/spell_util.c from version 1.110 to 1.111


version 1.110 version 1.111
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_util_c =   * static char *rcsid_spell_util_c =
  *   "$Id: spell_util.c,v 1.110 2006/08/19 21:23:15 ryo_saeba Exp $";   *   "$Id: spell_util.c,v 1.111 2006/09/03 13:29:36 ryo_saeba Exp $";
  */   */
   
   
Line 1102
 
Line 1102
      * doing.       * doing.
      */       */
     if (spell_ob->type == SPELL && caster->type != POTION && !QUERY_FLAG(op, FLAG_WIZCAST) &&      if (spell_ob->type == SPELL && caster->type != POTION && !QUERY_FLAG(op, FLAG_WIZCAST) &&
  (QUERY_FLAG(caster, FLAG_ALIVE) || QUERY_FLAG(op, FLAG_ALIVE)) &&          (QUERY_FLAG(caster, FLAG_ALIVE) || QUERY_FLAG(op, FLAG_ALIVE)) && !QUERY_FLAG(op,FLAG_MONSTER) &&
  (((mflags & P_NO_MAGIC) && spell_ob->stats.sp) ||   (((mflags & P_NO_MAGIC) && spell_ob->stats.sp) ||
     ((mflags & P_NO_CLERIC) && spell_ob->stats.grace))) {      ((mflags & P_NO_CLERIC) && spell_ob->stats.grace))) {
   


Legend:
line(s) removed in v.1.110 
line(s) changed
 line(s) added in v.1.111

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