From: cohrs Date: Sun, 27 Apr 2003 15:10:46 +0000 (+0000) Subject: yet another spelling error X-Git-Tag: MOVE2GIT~2018 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=492bdb672bdc66e71711afa977871bfa62c0451b;p=nethack yet another spelling error "undigestable" -> "indigestible" --- diff --git a/src/eat.c b/src/eat.c index 03b46b705..82c0724b2 100644 --- a/src/eat.c +++ b/src/eat.c @@ -1892,9 +1892,9 @@ doeat() /* generic "eat" command funtion (see cmd.c) */ stackobj(otmp); return 1; } - /* KMH -- Slow digestion is... undigestable */ + /* KMH -- Slow digestion is... indigestible */ if (otmp->otyp == RIN_SLOW_DIGESTION) { - pline("This ring is undigestable!"); + pline("This ring is indigestible!"); (void) rottenfood(otmp); if (otmp->dknown && !objects[otmp->otyp].oc_name_known && !objects[otmp->otyp].oc_uname) diff --git a/src/mon.c b/src/mon.c index dc0038800..72c81f8e4 100644 --- a/src/mon.c +++ b/src/mon.c @@ -640,7 +640,7 @@ meatmetal(mtmp) pline("%s spits %s out in disgust!", Monnam(mtmp), distant_name(otmp,doname)); } - /* KMH -- Don't eat undigestable/choking objects */ + /* KMH -- Don't eat indigestible/choking objects */ } else if (otmp->otyp != AMULET_OF_STRANGULATION && otmp->otyp != RIN_SLOW_DIGESTION) { if (cansee(mtmp->mx,mtmp->my) && flags.verbose)