Rephrase "rotten" non-rottable items
This commit is contained in:
@@ -1718,7 +1718,7 @@ static int
|
|||||||
rottenfood(struct obj *obj)
|
rottenfood(struct obj *obj)
|
||||||
{
|
{
|
||||||
pline("Blecch! %s %s!",
|
pline("Blecch! %s %s!",
|
||||||
is_metallic(obj) ? "Awful" : "Rotten", foodword(obj));
|
is_rottable(obj) ? "Rotten" : "Awful", foodword(obj));
|
||||||
if (!rn2(4)) {
|
if (!rn2(4)) {
|
||||||
if (Hallucination)
|
if (Hallucination)
|
||||||
You_feel("rather trippy.");
|
You_feel("rather trippy.");
|
||||||
|
|||||||
Reference in New Issue
Block a user