summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index 32dd1728c1..9257b0a9e6 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -2031,8 +2031,7 @@ static std::vector<formatted_string> _get_overview_resistances(
const char* pregourmand;
const char* postgourmand;
- if (player_mutation_level(MUT_GOURMAND)
- || wearing_amulet(AMU_THE_GOURMAND, calc_unid))
+ if (wearing_amulet(AMU_THE_GOURMAND, calc_unid))
{
pregourmand = "Gourmand : ";
postgourmand = itosym1(1);