summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/direct.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-22 07:16:50 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-22 07:16:50 +0000
commit96a447410eabfc50aadc628f4ce27c6cbc4b2353 (patch)
tree5e6359d364498b76683a5ce500846c8685b5d263 /crawl-ref/source/direct.h
parent60d6f32de9c98c67fc5735eede1e08dcf4d3deda (diff)
downloadcrawl-ref-96a447410eabfc50aadc628f4ce27c6cbc4b2353.tar.gz
crawl-ref-96a447410eabfc50aadc628f4ce27c6cbc4b2353.zip
Condensed monster descriptions.
This has two effecs: 1. Monster name and equipment are combined in one line, and enchantments are condensed as well. 2. It's now "The monster wielding a foo comes into view." git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2024 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/direct.h')
-rw-r--r--crawl-ref/source/direct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/direct.h b/crawl-ref/source/direct.h
index 4ffd1b5109..183a7582eb 100644
--- a/crawl-ref/source/direct.h
+++ b/crawl-ref/source/direct.h
@@ -53,6 +53,7 @@ bool in_vlos(const coord_def &pos);
void terse_describe_square(const coord_def &c);
void full_describe_square(const coord_def &c);
void describe_floor();
+std::string get_monster_desc(const monsters *mon, bool full_desc = true);
int dos_direction_unmunge(int doskey);