summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-23 12:42:32 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-23 12:42:32 +0000
commit3ae1ce7f4d3473abc5b4b4f6953509c29fcea87d (patch)
tree6179bfebb3597a11e210e1daf9488b64135a7189 /crawl-ref/source/player.h
parentcd68f3adfe9c445eeb6889bba90c0023b45d67c2 (diff)
downloadcrawl-ref-3ae1ce7f4d3473abc5b4b4f6953509c29fcea87d.tar.gz
crawl-ref-3ae1ce7f4d3473abc5b4b4f6953509c29fcea87d.zip
[1601588] Bolts of fire melt wax. Note that fireballs are considered insufficiently hot for our purposes, as are the lesser fire spells. We may want to consider hellfire at some point.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@481 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 656a7b1faf..8cfc165ee2 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -157,6 +157,8 @@ bool player_res_corrosion(bool calc_unid = true);
bool player_item_conserve(bool calc_unid = true);
int player_mental_clarity(bool calc_unid = true);
+bool player_can_smell();
+
/* ***********************************************************************
* called from: fight - files - ouch