summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index e6c6fb60e7..dd0b4928b4 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -1553,7 +1553,7 @@ std::string get_item_description( const item_def &item, bool verbose,
if (you.mutation[MUT_SAPROVOROUS] < 3)
description << "It looks rather unpleasant. ";
- if (item.special < 100)
+ if (food_is_rotten(item))
{
if (you.mutation[MUT_SAPROVOROUS] == 3)
description << "It looks nice and ripe. ";