summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-19 01:24:24 -0400
committerNeil Moore <neil@s-z.org>2014-07-19 01:24:24 -0400
commit9cfb7c0eb8a36a9812c81c6773c4fd81c2c89eb0 (patch)
treee4741b96c7c13ef6a825a5801261093cbbccb308 /crawl-ref/source/itemname.cc
parent4fb28e2dc24408ca7f051719cf5fba8d97e4b4ea (diff)
downloadcrawl-ref-9cfb7c0eb8a36a9812c81c6773c4fd81c2c89eb0.tar.gz
crawl-ref-9cfb7c0eb8a36a9812c81c6773c4fd81c2c89eb0.zip
Revert "Mark gourmand useless for Gozag worshippers (#8801)."
It is still useful for blood potions and for vault-generated corpses. This reverts commit 4fb28e2dc24408ca7f051719cf5fba8d97e4b4ea.
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc3
1 files changed, 1 insertions, 2 deletions
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;