yet another spelling error
"undigestable" -> "indigestible"
This commit is contained in:
@@ -1892,9 +1892,9 @@ doeat() /* generic "eat" command funtion (see cmd.c) */
|
|||||||
stackobj(otmp);
|
stackobj(otmp);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
/* KMH -- Slow digestion is... undigestable */
|
/* KMH -- Slow digestion is... indigestible */
|
||||||
if (otmp->otyp == RIN_SLOW_DIGESTION) {
|
if (otmp->otyp == RIN_SLOW_DIGESTION) {
|
||||||
pline("This ring is undigestable!");
|
pline("This ring is indigestible!");
|
||||||
(void) rottenfood(otmp);
|
(void) rottenfood(otmp);
|
||||||
if (otmp->dknown && !objects[otmp->otyp].oc_name_known
|
if (otmp->dknown && !objects[otmp->otyp].oc_name_known
|
||||||
&& !objects[otmp->otyp].oc_uname)
|
&& !objects[otmp->otyp].oc_uname)
|
||||||
|
|||||||
@@ -640,7 +640,7 @@ meatmetal(mtmp)
|
|||||||
pline("%s spits %s out in disgust!",
|
pline("%s spits %s out in disgust!",
|
||||||
Monnam(mtmp), distant_name(otmp,doname));
|
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 &&
|
} else if (otmp->otyp != AMULET_OF_STRANGULATION &&
|
||||||
otmp->otyp != RIN_SLOW_DIGESTION) {
|
otmp->otyp != RIN_SLOW_DIGESTION) {
|
||||||
if (cansee(mtmp->mx,mtmp->my) && flags.verbose)
|
if (cansee(mtmp->mx,mtmp->my) && flags.verbose)
|
||||||
|
|||||||
Reference in New Issue
Block a user