diff --git a/src/eat.c b/src/eat.c index a1b4bc33d..ae690a1b2 100644 --- a/src/eat.c +++ b/src/eat.c @@ -1616,6 +1616,8 @@ struct obj *otmp; sick_time = (Sick > 1L) ? Sick - 1L : 1L; make_sick(sick_time, corpse_xname(otmp, "rotted", CXN_NORMAL), TRUE, SICK_VOMITABLE); + + pline("(It must have died too long ago to be safe to eat.)"); } if (carried(otmp)) useup(otmp);