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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 237667a8d0..b5f0c233df 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -2969,7 +2969,7 @@ static bool _zin_retribution()
// if little mutated or can't safely unmutate, do something else
if (punishment < 2 && how_mutated() <= random2(3)
- || !can_safely_mutate())
+ || !you.can_safely_mutate())
{
punishment = random2(8)+2;
}