version 1.41 | | version 1.42 |
---|
| | |
/* | | /* |
* static char *rcsid_player_c = | | * static char *rcsid_player_c = |
* "$Id: player.c,v 1.41 2001/02/27 03:41:25 mwedel Exp $"; | | * "$Id: player.c,v 1.42 2001/03/13 19:03:27 avogl Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
if (tmp != NULL) { | | if (tmp != NULL) { |
sprintf(buf,"%s's finger",op->name); | | sprintf(buf,"%s's finger",op->name); |
tmp->name = add_string(buf); | | tmp->name = add_string(buf); |
sprintf(buf," This finger has been cutt off %s\n" | | sprintf(buf," This finger has been cut off %s\n" |
" the %s, when he was defeated at\n level %d by %s.\n", | | " the %s, when he was defeated at\n level %d by %s.\n", |
op->name, op->contr->title, (int)(op->level), | | op->name, op->contr->title, (int)(op->level), |
op->contr->killer); | | op->contr->killer); |