yet another spelling error

"undigestable" -> "indigestible"
This commit is contained in:
cohrs
2003-04-27 15:10:46 +00:00
parent a16ba92a01
commit 492bdb672b
2 changed files with 3 additions and 3 deletions

View File

@@ -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)