From 85699d8241f73ca404e215fac0e6e1883ee7fcdf Mon Sep 17 00:00:00 2001 From: haranp Date: Thu, 5 Mar 2009 10:56:46 +0000 Subject: Fix [2664479]: handle monster lookups from ?/M better. Handle mimics better. Note that the monster pane will unify two mimics if you see both at once; I think this is not because of what I just changed but it might be. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9336 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/describe.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/describe.h') diff --git a/crawl-ref/source/describe.h b/crawl-ref/source/describe.h index 893fbff53c..7e661e61f1 100644 --- a/crawl-ref/source/describe.h +++ b/crawl-ref/source/describe.h @@ -87,8 +87,9 @@ void append_missile_info(std::string &description); /* *********************************************************************** * called from: command - direct * *********************************************************************** */ -void describe_monsters(const monsters &mons); -void get_monster_desc(const monsters &item, describe_info &inf); +void describe_monsters(const monsters &mons, bool force_seen = false); +void get_monster_desc(const monsters &item, describe_info &inf, + bool force_seen = false); // last updated 12 Jun 2008 {jpeg} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf