summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monplace.cc')
-rw-r--r--crawl-ref/source/monplace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc
index 5e687fe4fb..348f3bc666 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -1342,7 +1342,7 @@ void mark_interesting_monst(struct monsters* monster, beh_type behaviour)
static int pick_zot_exit_defender()
{
- if (one_chance_in(9))
+ if (one_chance_in(11))
return (MONS_PANDEMONIUM_DEMON);
const int temp_rand = random2(276);