summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/book-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/book-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/book-data.h')
-rw-r--r--crawl-ref/source/book-data.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/book-data.h b/crawl-ref/source/book-data.h
index 7cf27d3f4d..5dfd2452d8 100644
--- a/crawl-ref/source/book-data.h
+++ b/crawl-ref/source/book-data.h
@@ -45,9 +45,9 @@
{ // Book of Summonings
SPELL_ABJURATION,
SPELL_RECALL,
- SPELL_SUMMON_ELEMENTAL,
SPELL_SHADOW_CREATURES,
SPELL_SUMMON_DEMON,
+ SPELL_SUMMON_FOREST,
SPELL_MONSTROUS_MENAGERIE,
SPELL_NO_SPELL,
SPELL_NO_SPELL,
@@ -257,11 +257,11 @@
SPELL_CONTROL_TELEPORT,
SPELL_PHASE_SHIFT,
SPELL_WARP_BRAND,
- SPELL_SUMMON_FOREST,
SPELL_DISPERSAL,
SPELL_CONTROLLED_BLINK,
SPELL_DISJUNCTION,
SPELL_NO_SPELL,
+ SPELL_NO_SPELL,
},
{ // Book of Envenomations
@@ -333,9 +333,9 @@
},
{ // Book of Wizardry
- SPELL_SUMMON_ELEMENTAL,
SPELL_AGONY,
SPELL_FORCE_LANCE,
+ SPELL_DISPERSAL,
SPELL_HASTE,
SPELL_INVISIBILITY,
SPELL_SPELLFORGED_SERVITOR,