Difference for server/spell_util.c from version 1.94 to 1.95


version 1.94 version 1.95
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_util_c =   * static char *rcsid_spell_util_c =
  *   "$Id: spell_util.c,v 1.94 2005/08/12 08:18:59 ryo_saeba Exp $";   *   "$Id: spell_util.c,v 1.95 2005/09/09 21:09:41 akirschbaum Exp $";
  */   */
   
   
Line 1075
 
Line 1075
      * objects on the space - presume that they know what they are       * objects on the space - presume that they know what they are
      * doing.       * doing.
      */       */
     if (spell_ob->type == SPELL && caster->type != POTION &&      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)) &&
  (((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.94 
line(s) changed
 line(s) added in v.1.95

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