summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 08ee5daeac..3f243dcaf0 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -201,6 +201,8 @@ unsigned char detect_creatures( int pow )
struct monsters *mon = &menv[ mgrd[i][j] ];
mark_detected_creature(i, j, mon, fuzz_chance, fuzz_radius);
+ seen_monster(mon);
+
// Assuming that highly intelligent spellcasters can
// detect scyring. -- bwr
if (mons_intel( mon->type ) == I_HIGH