From 7b768f7fac47ee709312b381e5844b55f58d3553 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Wed, 17 Jun 2009 21:36:30 +0000 Subject: * More steps on the path to reintroducing player doll customization. Also apply my two previous commits to trunk. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9995 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monstuff.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'crawl-ref/source/monstuff.cc') diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc index 1106bbf47b..85ef6af6b2 100644 --- a/crawl-ref/source/monstuff.cc +++ b/crawl-ref/source/monstuff.cc @@ -8936,11 +8936,7 @@ 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()); - } + set_auto_exclude(monster); // Monster was viewed this turn monster->flags |= MF_WAS_IN_VIEW; -- cgit v1.2.3-54-g00ecf