summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-10-22 10:37:03 +0100
committerChris Campbell <chriscampbell89@gmail.com>2013-10-22 15:32:48 +0100
commit118bf1a1ac04a081ec9e3823a9ecb5a19127b8c5 (patch)
tree24d35ad0df0479b7948b9bca61550951040ca43c /crawl-ref/source/spl-book.cc
parent20f95d841363a5460801e4d5ec446eec281c7378 (diff)
downloadcrawl-ref-118bf1a1ac04a081ec9e3823a9ecb5a19127b8c5.tar.gz
crawl-ref-118bf1a1ac04a081ec9e3823a9ecb5a19127b8c5.zip
Remove Song of Shielding
Just mimicking guardian spirit, even if it works a bit differently, isn't very interesting, and it appears to not be useful anyway. It's also inconsistent in terms of not behaving as a "song" in the same way as Song of Slaying (and making the two songs exclusive would make it even worse).
Diffstat (limited to 'crawl-ref/source/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index 44ccfc76ac..3395bf11b8 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -576,8 +576,7 @@ bool you_cannot_memorise(spell_type spell, bool &form)
&& (spell == SPELL_ICE_FORM
|| spell == SPELL_OZOCUBUS_ARMOUR
|| spell == SPELL_DEATHS_DOOR
- || spell == SPELL_LEDAS_LIQUEFACTION
- || spell == SPELL_SONG_OF_SHIELDING))
+ || spell == SPELL_LEDAS_LIQUEFACTION))
{
rc = true, form = false;
}