Difference for server/player.c from version 1.136 to 1.137


version 1.136 version 1.137
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_c =   * static char *rcsid_player_c =
  *   "$Id: player.c,v 1.136 2003/10/14 06:54:48 mwedel Exp $";   *   "$Id: player.c,v 1.137 2003/10/17 17:24:53 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 3076
 
Line 3076
  if (check_spell_known (who, item->name))   if (check_spell_known (who, item->name))
      return;       return;
   
  new_draw_info_format(NDI_UNIQUE|NDI_BLUE, 0, who, "You gained the ability of %s", item->inv->name);   new_draw_info_format(NDI_UNIQUE|NDI_BLUE, 0, who, "You gained the ability of %s", item->name);
  do_learn_spell (who, item, 0);   do_learn_spell (who, item, 0);
  return;   return;
     }      }


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

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