From 12bd63a3a67ca2db04811507c39f463c73fcad78 Mon Sep 17 00:00:00 2001 From: PatR Date: Tue, 9 Dec 2025 17:26:11 -0800 Subject: [PATCH] tweak mail daemon vs deaf hero Turn an instance of "Never mind" into a sentence. Unlike various others, this one isn't a direct result of something the player has initiated. --- src/mail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mail.c b/src/mail.c index 25572f029..96735abe5 100644 --- a/src/mail.c +++ b/src/mail.c @@ -372,7 +372,7 @@ md_rush(struct monst *md, SetVoice(md, 0, 80, 0); verbalize("This place's too crowded. I'm outta here."); } else { - pline1(Never_mind); + pline("%s.", Never_mind); } remove_monster(fx, fy);