killer messages
Incorporate various killer message grammar fixes suggested by <Someone>.
Mostly these deal with using the proper killer_format and prefix ("the" or
no "the") for unique and type_is_pname monsters, or death to to eating
their corpses.
One case is handled by a general fix to name_to_mon to allow it to deal
with "Croesus' corpse".
The pre-3.4.1 topten behavior for "starved to death" messages is also restored.
This commit is contained in:
@@ -595,7 +595,7 @@ boolean so;
|
||||
if (!strncmp(t1->death, "quit", 4)) {
|
||||
Strcat(linebuf, "quit");
|
||||
second_line = FALSE;
|
||||
} else if (!strncmp(t1->death, "starv", 5)) {
|
||||
} else if (!strncmp(t1->death, "died of st", 10)) {
|
||||
Strcat(linebuf, "starved to death");
|
||||
second_line = FALSE;
|
||||
} else if (!strncmp(t1->death, "choked", 6)) {
|
||||
|
||||
Reference in New Issue
Block a user