summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
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 6cef3c124f..807483aa4b 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -194,6 +194,8 @@ int player_res_electricity(bool calc_unid = true, bool temp = true,
* *********************************************************************** */
int player_res_fire(bool calc_unid = true, bool temp = true,
bool items = true);
+int player_res_sticky_flame(bool calc_unid = true, bool temp = true,
+ bool items = true);
int player_res_steam(bool calc_unid = true, bool temp = true,
bool items = true);