rephrase rotten metal

Resolves #1202
This commit is contained in:
nhmall
2024-01-15 17:58:11 -05:00
parent 8111a7aff2
commit c134a128ac

View File

@@ -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.");