version 1.136 | | version 1.137 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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; |
} | | } |