Rephrase "rotten" non-rottable items

This commit is contained in:
bitofhope
2024-01-16 11:27:46 +02:00
parent c134a128ac
commit 11381d631c

View File

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