fix "You hear The food ration tumbles downwards."
This commit is contained in:
@@ -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"),
|
||||||
|
|||||||
Reference in New Issue
Block a user