summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-08 10:59:12 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-08 10:59:12 +0000
commit76104b551f52409f72386395534a043fcd1562c7 (patch)
treef7269b54ec58ab17e262a4c1d979c9dedd2c1a9e /crawl-ref/source/spl-book.cc
parent19af7cb5ed24a2f1b456dbe8030418ca77f0f6e2 (diff)
downloadcrawl-ref-76104b551f52409f72386395534a043fcd1562c7.tar.gz
crawl-ref-76104b551f52409f72386395534a043fcd1562c7.zip
Integrated patch 1828014 (spell order).
Also unbroke trunk build. Oops. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2806 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index c34f182cff..cff961168c 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -201,8 +201,8 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] =
},
// 15 - Book of Death
{SPELL_CORPSE_ROT,
- SPELL_BONE_SHARDS,
SPELL_LETHAL_INFUSION,
+ SPELL_BONE_SHARDS,
SPELL_AGONY,
SPELL_BOLT_OF_DRAINING,
SPELL_NO_SPELL,
@@ -441,8 +441,8 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] =
// 37 - Book of Morphology
{SPELL_FRAGMENTATION,
SPELL_POLYMORPH_OTHER,
- SPELL_ALTER_SELF,
SPELL_CIGOTUVIS_DEGENERATION,
+ SPELL_ALTER_SELF,
// SPELL_IGNITE_POISON, // moved to Fire which was a bit slim -- bwr
SPELL_SHATTER,
// SPELL_AIR_WALK,