summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-14 14:06:39 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-14 14:06:39 +0000
commitc878d68b32a75909ef98ca6f8eb4b55ba4d6f1cf (patch)
treedc79d2ae6a06f12c1f02807e5b05a3c07e5418d6 /crawl-ref/source/externs.h
parent89e659fb4abacdcf2b16125993ab10c5eb954bad (diff)
downloadcrawl-ref-c878d68b32a75909ef98ca6f8eb4b55ba4d6f1cf.tar.gz
crawl-ref-c878d68b32a75909ef98ca6f8eb4b55ba4d6f1cf.zip
Make water monsters less eager to submerge.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6923 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 4c69d915e4..3d4c34846e 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -1175,6 +1175,8 @@ public:
god_type deity() const;
bool alive() const;
bool swimming() const;
+ bool wants_submerge() const;
+
bool submerged() const;
bool can_drown() const;
bool floundering() const;