summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 2a666be9b3..7268981d02 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -3100,6 +3100,11 @@ bool god_dislikes_item_handling(const item_def &item)
return (true);
}
}
+ else if (item.base_type == OBJ_STAVES
+ && item.sub_type == STAFF_POISON || item.sub_type == STAFF_VENOM)
+ {
+ return (true);
+ }
}
return (false);