summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/itemname.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index 0158b9e0c5..77794b0146 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -3392,7 +3392,8 @@ 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.is_undead && you.species != SP_GHOUL
+ || you_worship(GOD_GOZAG);
case AMU_FAITH:
return you.species == SP_DEMIGOD && !you.religion;