summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-selfench.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2012-08-21 22:26:43 +0100
committerChris Campbell <chriscampbell89@gmail.com>2012-08-21 22:38:24 +0100
commitd09f384b95c555e158c36fff660f405fde2caff7 (patch)
treec44f3430c66230740ca8311ea07ed3661962f90e /crawl-ref/source/spl-selfench.h
parent84e723c600f790e0b1d2a16ed6a3307c2b0d0d1a (diff)
downloadcrawl-ref-d09f384b95c555e158c36fff660f405fde2caff7.tar.gz
crawl-ref-d09f384b95c555e158c36fff660f405fde2caff7.zip
Remove the Insulation spell
It only provides a resist, and sources of elec damage can be avoided or dealt with in other ways (particularly potions of resistance).
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 a9bb965534..ea443699b5 100644
--- a/crawl-ref/source/spl-selfench.h
+++ b/crawl-ref/source/spl-selfench.h
@@ -16,7 +16,6 @@ spret_type cast_revivification(int pow, bool fail);
spret_type cast_swiftness(int power, bool fail = false);
spret_type cast_fly(int power, bool fail = false);
-spret_type cast_insulation(int power, bool fail);
spret_type cast_teleport_control(int power, bool fail);
int cast_selective_amnesia(std::string *pre_msg = NULL);