diff --git a/src/mail.c b/src/mail.c index 3b76078fa..7221d3864 100644 --- a/src/mail.c +++ b/src/mail.c @@ -310,7 +310,7 @@ md_rush(md,tx,ty) if (fx == tx && fy == ty) break; if ((mon = m_at(fx,fy)) != 0) /* save monster at this position */ - verbalize(md_exclamations()); + verbalize1(md_exclamations()); else if (fx == u.ux && fy == u.uy) verbalize("Excuse me.");