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


version 1.138 version 1.139
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.138 2005/09/17 23:31:49 qal21 Exp $";   *   "$Id: spell_effect.c,v 1.139 2005/09/27 17:48:40 akirschbaum Exp $";
  */   */
   
   
Line 67
 
Line 67
     int ncharges;      int ncharges;
   
     wand = find_marked_object(op);      wand = find_marked_object(op);
     if(wand == NULL) {      if(wand == NULL || wand->type != WAND) {
  new_draw_info(NDI_UNIQUE, 0, op, "You need to mark the wand you want to recharge.");   new_draw_info(NDI_UNIQUE, 0, op, "You need to mark the wand you want to recharge.");
  return 0;   return 0;
     }      }


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

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