diff --git a/src/eat.c b/src/eat.c index a07fb3a50..1b4f1c373 100644 --- a/src/eat.c +++ b/src/eat.c @@ -1718,7 +1718,7 @@ static int rottenfood(struct obj *obj) { pline("Blecch! %s %s!", - is_metallic(obj) ? "Awful" : "Rotten", foodword(obj)); + is_rottable(obj) ? "Rotten" : "Awful", foodword(obj)); if (!rn2(4)) { if (Hallucination) You_feel("rather trippy.");