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>2009-05-17 11:00:04 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-17 11:00:04 +0000
commit4cac38979dea03c2323e33c854ac1092621edec0 (patch)
tree67d60b98ac2f9cdb379a33a83f4602dabbf9e699 /crawl-ref/source/player.h
parentf8c5f8fbe018a1a08538d99a4b9c281a7e69709c (diff)
downloadcrawl-ref-4cac38979dea03c2323e33c854ac1092621edec0.tar.gz
crawl-ref-4cac38979dea03c2323e33c854ac1092621edec0.zip
Fix 2792807: Autoexplore attempting to open doors in bat form.
Fix 2792782: vaults not initialising blood potions properly git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9790 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 3c9f2f5673..ffb5542825 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -326,6 +326,10 @@ void modify_stat(stat_type which_stat, char amount, bool suppress_msg,
void modify_stat(stat_type which_stat, char amount, bool suppress_msg,
const item_def &cause, bool removed = false);
+/* ***********************************************************************
+ * called from: acr - travel
+ * *********************************************************************** */
+bool player_can_open_doors();
// last updated 19may2000 {dlb}
/* ***********************************************************************