summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-24 20:54:37 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-24 20:54:37 -0700
commit12b3f55b39605ca45e6907769421712446f91852 (patch)
treebae664fffa903f9027bb518c309bbfdfdd337658 /crawl-ref/source/player.h
parent069fef24265adf10b09dbb667e4a44455704a559 (diff)
downloadcrawl-ref-12b3f55b39605ca45e6907769421712446f91852.tar.gz
crawl-ref-12b3f55b39605ca45e6907769421712446f91852.zip
Make Stoneskin use spellpower instead of Earth
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 30c3a59684..9670932fc0 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -23,6 +23,7 @@
#endif
#define CONDENSATION_SHIELD_KEY "condensation_shield_pow"
+#define STONESKIN_KEY "stoneskin_pow"
class targetter;