summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/book-data.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-06-25 00:03:56 +0100
committerChris Campbell <chriscampbell89@gmail.com>2013-06-25 00:22:26 +0100
commit36317e3f877cf3e317a0a74bb53ad5f9dfce6283 (patch)
treeca4823065ce435759012d9b9552392ad547b4924 /crawl-ref/source/book-data.h
parentf69dcf3ff6bb0a00c3db51698b12f44ff7e7d74b (diff)
downloadcrawl-ref-36317e3f877cf3e317a0a74bb53ad5f9dfce6283.tar.gz
crawl-ref-36317e3f877cf3e317a0a74bb53ad5f9dfce6283.zip
Rename the Spirit Shield spell to Song of Shielding
Since it has a different mechanic to the already-existing spirit shield (fully absorbing damage instead of splitting it between health and magic), it needs a different name! Also add a description.
Diffstat (limited to 'crawl-ref/source/book-data.h')
-rw-r--r--crawl-ref/source/book-data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/book-data.h b/crawl-ref/source/book-data.h
index 7f7633e167..8cef6df056 100644
--- a/crawl-ref/source/book-data.h
+++ b/crawl-ref/source/book-data.h
@@ -181,7 +181,7 @@
SPELL_SONG_OF_SLAYING,
SPELL_SPECTRAL_WEAPON,
SPELL_REGENERATION,
- SPELL_SPIRIT_SHIELD,
+ SPELL_SONG_OF_SHIELDING,
SPELL_NO_SPELL,
SPELL_NO_SPELL,
},
@@ -304,7 +304,7 @@
SPELL_SONG_OF_SLAYING,
SPELL_SPECTRAL_WEAPON,
SPELL_REGENERATION,
- SPELL_SPIRIT_SHIELD,
+ SPELL_SONG_OF_SHIELDING,
SPELL_NO_SPELL,
SPELL_NO_SPELL,
},