fix B11001 - fruit name quibbling

> OK, it's "grape juice" now, but it's still "bunch of grapes farm".
This commit is contained in:
nethack.rankin
2002-09-10 09:10:23 +00:00
parent ce71bfb593
commit a6e3791170
5 changed files with 20 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)fountain.c 3.4 2002/07/10 */
/* SCCS Id: @(#)fountain.c 3.4 2002/09/08 */
/* Copyright Scott R. Turner, srt@ucla, 10/27/86 */
/* NetHack may be freely redistributed. See license for details. */
@@ -255,7 +255,9 @@ drinkfountain()
pline_The("water is contaminated!");
if (Poison_resistance) {
pline("Perhaps it is runoff from the nearby %s farm.", pl_fruit);
pline(
"Perhaps it is runoff from the nearby %s farm.",
fruitname(FALSE));
losehp(rnd(4),"unrefrigerated sip of juice",
KILLED_BY_AN);
break;