summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
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/spl-book.cc
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/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index 01311879f9..7bacb0e9b8 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -574,7 +574,7 @@ bool you_cannot_memorise(spell_type spell, bool &form)
|| spell == SPELL_OZOCUBUS_ARMOUR
|| spell == SPELL_DEATHS_DOOR
|| spell == SPELL_LEDAS_LIQUEFACTION
- || spell == SPELL_SPIRIT_SHIELD))
+ || spell == SPELL_SONG_OF_SHIELDING))
{
rc = true, form = false;
}