From 9cfb7c0eb8a36a9812c81c6773c4fd81c2c89eb0 Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Sat, 19 Jul 2014 01:24:24 -0400 Subject: Revert "Mark gourmand useless for Gozag worshippers (#8801)." It is still useful for blood potions and for vault-generated corpses. This reverts commit 4fb28e2dc24408ca7f051719cf5fba8d97e4b4ea. --- crawl-ref/source/itemname.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/itemname.cc') diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc index 77794b0146..0158b9e0c5 100644 --- a/crawl-ref/source/itemname.cc +++ b/crawl-ref/source/itemname.cc @@ -3392,8 +3392,7 @@ bool is_useless_item(const item_def &item, bool temp) // contaminated || player_mutation_level(MUT_GOURMAND) > 0 || player_mutation_level(MUT_HERBIVOROUS) == 3 - || you.is_undead && you.species != SP_GHOUL - || you_worship(GOD_GOZAG); + || you.is_undead && you.species != SP_GHOUL; case AMU_FAITH: return you.species == SP_DEMIGOD && !you.religion; -- cgit v1.2.3-54-g00ecf