fix "You hear The food ration tumbles downwards."

This commit is contained in:
nethack.allison
2003-12-08 02:25:11 +00:00
parent f52e1de293
commit e7cb26d898
+2 -2
View File
@@ -207,8 +207,8 @@ const char *verb;
(t->ttyp==PIT || t->ttyp==SPIKED_PIT)) { (t->ttyp==PIT || t->ttyp==SPIKED_PIT)) {
/* you escaped a pit and are standing on the precipice */ /* you escaped a pit and are standing on the precipice */
if (Blind && !Deaf) if (Blind && !Deaf)
You_hear("%s %s downwards.", You_hear("%s tumble downwards.",
The(xname(obj)), otense(obj, "tumble")); the(xname(obj)));
else else
pline("%s %s into %s pit.", pline("%s %s into %s pit.",
The(xname(obj)), otense(obj, "tumble"), The(xname(obj)), otense(obj, "tumble"),