summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2014-02-21 22:10:28 -0330
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-06 09:58:09 -0700
commit3813bf075242519dac1e256daebaa9b143d01bcc (patch)
treeb976bbb8fc3bc90b34347ac8f2bd5933b31b8eda /crawl-ref/source/spl-data.h
parente724f9623f701d6d69dd7654707d30e1ed94878a (diff)
downloadcrawl-ref-3813bf075242519dac1e256daebaa9b143d01bcc.tar.gz
crawl-ref-3813bf075242519dac1e256daebaa9b143d01bcc.zip
Remove Demonic Horde
This was neither a popular nor powerful nor especially interesting spell, which was basically 'Call Imp, except a lot more of them'. Making the demons more individually powerful only further steps on the toes of the many other demon summoning spells that already exist, so I think it is fine to simply trim it.
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 81e51a71c3..e76f484b47 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -1072,6 +1072,7 @@ struct spell_desc
false
},
+#if TAG_MAJOR_VERSION == 34
{
SPELL_DEMONIC_HORDE, "Demonic Horde",
SPTYP_SUMMONING,
@@ -1084,6 +1085,7 @@ struct spell_desc
false,
false
},
+#endif
{
SPELL_SUMMON_GREATER_DEMON, "Summon Greater Demon",