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.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 49d6a06466..72d50c404e 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -5155,8 +5155,7 @@ static bool _jiyva_retribution()
{
const god_type god = GOD_JIYVA;
- if (you.is_undead || one_chance_in(4)
- || player_mutation_level(MUT_MUTATION_RESISTANCE) == 3)
+ if (you.is_undead || one_chance_in(4))
{
const monster_type slimes[] = {
MONS_GIANT_EYEBALL, MONS_EYE_OF_DRAINING,