summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-selfench.h
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-selfench.h
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-selfench.h')
-rw-r--r--crawl-ref/source/spl-selfench.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-selfench.h b/crawl-ref/source/spl-selfench.h
index 7657407af0..1505bebd05 100644
--- a/crawl-ref/source/spl-selfench.h
+++ b/crawl-ref/source/spl-selfench.h
@@ -22,7 +22,6 @@ int cast_selective_amnesia(string *pre_msg = NULL);
spret_type cast_silence(int pow, bool fail = false);
spret_type cast_infusion(int pow, bool fail = false);
-spret_type cast_song_of_shielding(int pow, bool fail = false);
spret_type cast_song_of_slaying(int pow, bool fail = false);
spret_type cast_liquefaction(int pow, bool fail);