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/state.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/state.cc') diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc index 1e57e372c9..256b5a6fb8 100644 --- a/crawl-ref/source/state.cc +++ b/crawl-ref/source/state.cc @@ -14,6 +14,7 @@ REVISION("$Rev$"); #include "delay.h" #include "directn.h" #include "macro.h" +#include "misc.h" #include "menu.h" // For print_formatted_paragraph() #include "message.h" #include "mon-util.h" @@ -195,6 +196,8 @@ bool interrupt_cmd_repeat( activity_interrupt_type ai, #ifndef DEBUG_DIAGNOSTICS if (at.context == "newly seen") { + set_auto_exclude(mon); + std::string text = get_monster_equipment_desc(mon, false); text += " comes into view."; print_formatted_paragraph(text, MSGCH_WARN); -- cgit v1.2.3-54-g00ecf