summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-08 11:00:57 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-08 11:00:57 +0000
commit04c68390fccf9e28a6b8b90e005e0f24635e185a (patch)
tree24759f247430fb125ab21fdb5c2db0fb63c29e02
parentd3d2bb1fc5dfa688e83c24a35fcfcb5fc047dc1b (diff)
downloadcrawl-ref-04c68390fccf9e28a6b8b90e005e0f24635e185a.tar.gz
crawl-ref-04c68390fccf9e28a6b8b90e005e0f24635e185a.zip
Patch 1828014 (fix spell order)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.3@2807 c06c8d41-db1a-0410-9941-cceddc491573
-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 4cde52d04f..fab5a6db33 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -200,8 +200,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,
@@ -440,8 +440,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,