summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-24 20:39:30 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-24 20:39:30 -0700
commit069fef24265adf10b09dbb667e4a44455704a559 (patch)
tree8d1f42f6413415b76e0431bf2738a171d5e1d0f2 /crawl-ref/source/player.h
parenta207fe70d59285c06119dbe57e2728ed289f09c9 (diff)
downloadcrawl-ref-069fef24265adf10b09dbb667e4a44455704a559.tar.gz
crawl-ref-069fef24265adf10b09dbb667e4a44455704a559.zip
Make Condensation Shield use spellpower instead of Ice
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 51899a5383..30c3a59684 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -22,6 +22,8 @@
#include "tiledoll.h"
#endif
+#define CONDENSATION_SHIELD_KEY "condensation_shield_pow"
+
class targetter;
int check_stealth();