summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-selfench.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-selfench.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-selfench.cc')
-rw-r--r--crawl-ref/source/spl-selfench.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/crawl-ref/source/spl-selfench.cc b/crawl-ref/source/spl-selfench.cc
index 7aac0a1ef7..0871e09f0d 100644
--- a/crawl-ref/source/spl-selfench.cc
+++ b/crawl-ref/source/spl-selfench.cc
@@ -349,14 +349,6 @@ spret_type cast_song_of_slaying(int pow, bool fail)
return SPRET_SUCCESS;
}
-spret_type cast_song_of_shielding(int pow, bool fail)
-{
- fail_check();
- you.increase_duration(DUR_SONG_OF_SHIELDING, 10 + random2(pow) / 3, 40);
- mpr("You are being protected by your magic.");
- return SPRET_SUCCESS;
-}
-
spret_type cast_silence(int pow, bool fail)
{
fail_check();