From e7cb26d898cda6a34edc82aad210c86f16cdb332 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Mon, 8 Dec 2003 02:25:11 +0000 Subject: [PATCH] fix "You hear The food ration tumbles downwards." --- src/do.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/do.c b/src/do.c index c0f175663..1240a2fdb 100644 --- a/src/do.c +++ b/src/do.c @@ -207,8 +207,8 @@ const char *verb; (t->ttyp==PIT || t->ttyp==SPIKED_PIT)) { /* you escaped a pit and are standing on the precipice */ if (Blind && !Deaf) - You_hear("%s %s downwards.", - The(xname(obj)), otense(obj, "tumble")); + You_hear("%s tumble downwards.", + the(xname(obj))); else pline("%s %s into %s pit.", The(xname(obj)), otense(obj, "tumble"), -- 2.40.0