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, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc
index 02a943bc1a..d1ace875bf 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -1121,6 +1121,8 @@ static int _place_monster_aux(const mgen_data &mg,
menv[id].attitude = ATT_HOSTILE;
menv[id].behaviour = mg.behaviour;
+ // Statues cannot sleep (nor wander but it means they are a bit
+ // more aware of the player than they'd be otherwise).
if (mons_is_statue(mg.cls))
menv[id].behaviour = BEH_WANDER;