From c134a128acc59f40b2d6cfe9654d77aefae774e0 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 15 Jan 2024 17:58:11 -0500 Subject: [PATCH] rephrase rotten metal Resolves #1202 --- src/eat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/eat.c b/src/eat.c index dfe054b55..a07fb3a50 100644 --- a/src/eat.c +++ b/src/eat.c @@ -1717,7 +1717,8 @@ Hear_again(void) static int rottenfood(struct obj *obj) { - pline("Blecch! Rotten %s!", foodword(obj)); + pline("Blecch! %s %s!", + is_metallic(obj) ? "Awful" : "Rotten", foodword(obj)); if (!rn2(4)) { if (Hallucination) You_feel("rather trippy.");