version 1.161 | | version 1.162 |
---|
| | |
/* | | /* |
* static char *rcsid_player_c = | | * static char *rcsid_player_c = |
* "$Id: player.c,v 1.161 2005/05/06 21:10:25 tchize Exp $"; | | * "$Id: player.c,v 1.162 2005/05/21 15:02:28 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
tmp=arch_to_object(find_archetype("gravestone")); | | tmp=arch_to_object(find_archetype("gravestone")); |
sprintf(buf,"%s's gravestone",op->name); | | sprintf(buf,"%s's gravestone",op->name); |
FREE_AND_COPY(tmp->name, buf); | | FREE_AND_COPY(tmp->name, buf); |
| | sprintf(buf,"%s's gravestones",op->name); |
FREE_AND_COPY(tmp->name_pl, buf); | | FREE_AND_COPY(tmp->name_pl, buf); |
sprintf(buf,"RIP\nHere rests the hero %s the %s,\n" | | sprintf(buf,"RIP\nHere rests the hero %s the %s,\n" |
"who was killed\n" | | "who was killed\n" |