Call it "danger sense" when warning finds a monster

This commit is contained in:
Pasi Kallinen
2022-07-24 19:13:20 +03:00
parent 75abc65bab
commit 63997a6fe5

View File

@@ -1746,7 +1746,7 @@ mfind0(struct monst *mtmp, boolean via_warning)
|| hides_under(mtmp->data)
|| mtmp->data->mlet == S_EEL)) {
if (via_warning) {
Your("warning senses cause you to take a second %s.",
Your("danger sense causes you to take a second %s.",
Blind ? "to check nearby" : "look close by");
display_nhwindow(WIN_MESSAGE, FALSE); /* flush messages */
}