summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 6473c477f5..fe72361830 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -1865,7 +1865,7 @@ static void _do_god_gift(bool prayed_for)
case GOD_YREDELEMNUL:
if (random2(you.piety) >= piety_breakpoint(2) && one_chance_in(5))
{
- int threshold = 100;
+ int threshold = (you.piety - piety_breakpoint(2)) * 20 / 9;
int how_many = _yred_random_servants(threshold);
if (how_many > 0)