Difference for server/spell_effect.c from version 1.137 to 1.138


version 1.137 version 1.138
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.137 2005/09/13 06:46:35 mwedel Exp $";   *   "$Id: spell_effect.c,v 1.138 2005/09/17 23:31:49 qal21 Exp $";
  */   */
   
   
Line 2085
 
Line 2085
  */   */
 static void charge_mana_effect(object *victim, int caster_level)  static void charge_mana_effect(object *victim, int caster_level)
 {  {
     new_draw_info_format(NDI_UNIQUE, 0, victim, "victim=%s caster_level=%d", victim->name, caster_level);  
   
     /* Prevent explosions for objects without mana. Without this check, doors      /* Prevent explosions for objects without mana. Without this check, doors
      * will explode, too.       * will explode, too.


Legend:
line(s) removed in v.1.137 
line(s) changed
 line(s) added in v.1.138

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