summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-04 10:41:46 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-04 10:41:46 +0000
commit746b402561b6b27625c5c1ac33028da9aa846b18 (patch)
tree98f575a915c3403deeeb51fc5f4c11d4896124f0 /crawl-ref/source/player.h
parentb330585db366bb8a0ac70c3a73a1e1afd26e4a98 (diff)
downloadcrawl-ref-746b402561b6b27625c5c1ac33028da9aa846b18.tar.gz
crawl-ref-746b402561b6b27625c5c1ac33028da9aa846b18.zip
More general stuff.
- Beogh's water walk ability != swimming - monsters won't throw nets at you if you're already caught - Moved a few more messages into MSGCH_EXAMINE_FILTER. - Added information on new options. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2051 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 4dff5056a6..fa566a5d9b 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -160,6 +160,7 @@ int player_mental_clarity(bool calc_unid = true);
bool player_can_smell();
bool player_can_swim();
+bool player_likes_water();
/* ***********************************************************************
* called from: fight - files - ouch