starvation killer message

Write "died of starvation" on the tombstone, not just "starvation".
Suggested by <Someone> a couple weeks ago, although his suggested
prefix was different and didn't work as well for the "exhaustion" case.
This commit is contained in:
cohrs
2003-05-17 22:03:27 +00:00
parent 07a3dabab1
commit 252460c70a
2 changed files with 2 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ STATIC_DCL void FDECL(nsb_unmung_line,(char*));
/* must fit with end.c; used in rip.c */
NEARDATA const char * const killed_by_prefix[] = {
"killed by ", "choked on ", "poisoned by ", "", "drowned in ",
"killed by ", "choked on ", "poisoned by ", "died of ", "drowned in ",
"burned by ", "dissolved in ", "crushed to death by ", "petrified by ",
"turned to slime by ", "killed by ", "", "", "", "", ""
};