summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index c6e1171672..0ed17f6aaf 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -2562,6 +2562,10 @@ bool is_useless_item(const item_def &item, bool temp)
&& you.hunger_state <= HS_SATIATED)
|| you.religion == GOD_TROG);
+ case AMU_THE_GOURMAND:
+ return ((player_mutation_level(MUT_HERBIVOROUS) == 3)
+ || you.species == SP_MUMMY);
+
case RING_LIFE_PROTECTION:
return (player_prot_life(false, temp, false) == 3);