From 4cee10a22cfe7c4456a821916820a6e2ae023ca0 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 5 Jul 2009 15:11:05 +0000 Subject: Also mark the amulet of the gourmand as useless if we have the gourmand mutation. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10100 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/itemname.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/itemname.cc') diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc index 0ed17f6aaf..9d30e6f374 100644 --- a/crawl-ref/source/itemname.cc +++ b/crawl-ref/source/itemname.cc @@ -2564,6 +2564,7 @@ bool is_useless_item(const item_def &item, bool temp) case AMU_THE_GOURMAND: return ((player_mutation_level(MUT_HERBIVOROUS) == 3) + || player_mutation_level(MUT_GOURMAND) || you.species == SP_MUMMY); case RING_LIFE_PROTECTION: -- cgit v1.2.3-54-g00ecf