summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index cccb5c4036..b7248d26dc 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -1527,7 +1527,7 @@ static void handle_behaviour(struct monsters *mon)
// [dshaligram] Very smart monsters have a chance of cluing in to
// invisible players in various ways.
- else if ((intel == I_NORMAL && one_chance_in(10))
+ else if ((intel == I_NORMAL && one_chance_in(13))
|| (intel == I_HIGH && one_chance_in(6)))
proxPlayer = true;
}