summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-05-06 21:23:43 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-05-06 21:58:47 +0100
commitf6694988d39908c035bb559df60ab662fdbfe85d (patch)
tree55b35714f8e555d3fb61efd63de12b6f3cf3f4ec /crawl-ref/source/spl-data.h
parente292186e3781b43b169c203cb8268733566cef39 (diff)
downloadcrawl-ref-f6694988d39908c035bb559df60ab662fdbfe85d.tar.gz
crawl-ref-f6694988d39908c035bb559df60ab662fdbfe85d.zip
Remove the Summon Elemental spell
It was fairly fiddly and unclear in its mechanics, and elemental summoning is now covered by the elemental evokers (and possibly the storm god at some point in the future too)ยท Moved Summon Forest from the book of the Warp to replace it in the book of Summonings, and added Dispersal to replace it in the book of Wizardry.
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 5d54956de3..d933b16fec 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -807,6 +807,7 @@ struct spell_desc
false
},
+#if TAG_MAJOR_VERSION == 34
{
SPELL_SUMMON_ELEMENTAL, "Summon Elemental",
SPTYP_SUMMONING,
@@ -819,6 +820,7 @@ struct spell_desc
false,
false
},
+#endif
{
SPELL_OZOCUBUS_REFRIGERATION, "Ozocubu's Refrigeration",