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.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 7059ff5c97..2fbe7db993 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -8924,7 +8924,10 @@ void seen_monster(monsters *monster)
// If the monster is in the auto_exclude list, automatically
// set an exclusion.
if (need_auto_exclude(monster) && !is_exclude_root(monster->pos()))
+ {
toggle_exclude(monster->pos());
+ learned_something_new(TUT_AUTO_EXCLUSION, monster->pos());
+ }
// Monster was viewed this turn
monster->flags |= MF_WAS_IN_VIEW;