summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-02-10 16:00:04 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-02-10 21:02:55 +0000
commit4fb377143d7b566a98b9d13ef00340e748fb564a (patch)
tree29aff84b9ca1b99609bff420c75678ab2df0f11e /crawl-ref/source/spl-data.h
parent7517bb3cc075b044caf36295ce96fdd699d2a033 (diff)
downloadcrawl-ref-4fb377143d7b566a98b9d13ef00340e748fb564a.tar.gz
crawl-ref-4fb377143d7b566a98b9d13ef00340e748fb564a.zip
Remove Summon Scorpions
It's already been replaced in the Summoner starting book, and is one of the summon spells that mostly just relies on spamming large numbers of monsters. Alistair's Intoxication is shuffled around in a couple of books to replace it in Envenomations.
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index c781bc9e8f..565bea617b 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -478,6 +478,7 @@ struct spell_desc
false
},
+#if TAG_MAJOR_VERSION == 34
{
SPELL_SUMMON_SCORPIONS, "Summon Scorpions",
SPTYP_SUMMONING | SPTYP_POISON,
@@ -490,6 +491,7 @@ struct spell_desc
false,
false
},
+#endif
{
SPELL_BOLT_OF_DRAINING, "Bolt of Draining",