summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.h
diff options
context:
space:
mode:
authorHaran Pilpel <haranp@users.sourceforge.net>2010-02-06 20:46:46 +0200
committerHaran Pilpel <haranp@users.sourceforge.net>2010-02-06 20:46:46 +0200
commit8918365ffe4b3c78d30d6f32379fad29e86698f8 (patch)
treee507fb41f551cd7abc3335ab8241c26acbc4c122 /crawl-ref/source/directn.h
parent8613cd6b4bf237d5b17f501ed371a426fa51a56c (diff)
downloadcrawl-ref-8918365ffe4b3c78d30d6f32379fad29e86698f8.tar.gz
crawl-ref-8918365ffe4b3c78d30d6f32379fad29e86698f8.zip
Handle monsters exposed via clouds and shallow water.
Diffstat (limited to 'crawl-ref/source/directn.h')
-rw-r--r--crawl-ref/source/directn.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/directn.h b/crawl-ref/source/directn.h
index e35debf77b..bf25afceda 100644
--- a/crawl-ref/source/directn.h
+++ b/crawl-ref/source/directn.h
@@ -184,6 +184,9 @@ private:
std::string target_cloud_description() const;
std::string target_sanctuary_description() const;
std::string target_silence_description() const;
+ std::vector<std::string> target_cell_description_suffixes() const;
+ std::vector<std::string> monster_description_suffixes(
+ const monsters* mon) const;
void describe_cell() const;