summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.h
diff options
context:
space:
mode:
authorHaran Pilpel <haranp@users.sourceforge.net>2010-02-06 16:02:31 +0200
committerHaran Pilpel <haranp@users.sourceforge.net>2010-02-06 16:04:01 +0200
commit578e317c959c71abaa6fe3800eb52b2c6e576ce4 (patch)
tree180ba8ccdfce3f5fa25480580a7d7451af349e1f /crawl-ref/source/directn.h
parenta8723822e3f9c453ca7c6dc75f9fa58a8e3deaab (diff)
downloadcrawl-ref-578e317c959c71abaa6fe3800eb52b2c6e576ce4.tar.gz
crawl-ref-578e317c959c71abaa6fe3800eb52b2c6e576ce4.zip
Make target(t)ing describe monster status, enchantments, etc.
Some minor refactoring in mon-stuff which hopefully didn't break anything.
Diffstat (limited to 'crawl-ref/source/directn.h')
-rw-r--r--crawl-ref/source/directn.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/crawl-ref/source/directn.h b/crawl-ref/source/directn.h
index e8c1edb03d..e35debf77b 100644
--- a/crawl-ref/source/directn.h
+++ b/crawl-ref/source/directn.h
@@ -160,8 +160,8 @@ private:
// Press: ? - help, Shift-Dir - straight line, t - giant bat
void print_key_hints() const;
- // Here: An almost dead orc wizard, wielding a glowing orcish
- // dagger, and wearing an orcish robe.
+ // Here: An orc wizard, wielding a glowing orcish dagger, and wearing
+ // an orcish robe (miasma, silenced, almost dead)
// OR:
// Apport: A short sword.
void print_target_description() const;
@@ -181,6 +181,9 @@ private:
void print_floor_description(bool boring_too) const;
std::string target_interesting_terrain_description() const;
+ std::string target_cloud_description() const;
+ std::string target_sanctuary_description() const;
+ std::string target_silence_description() const;
void describe_cell() const;