Merge branch 'rotten-rottables' of https://github.com/bitofhope/NetHack into NetHack-3.7

This commit is contained in:
nhmall
2024-01-22 11:08:30 -05:00

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