From 04c68390fccf9e28a6b8b90e005e0f24635e185a Mon Sep 17 00:00:00 2001 From: haranp Date: Thu, 8 Nov 2007 11:00:57 +0000 Subject: 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 --- crawl-ref/source/spl-book.cc | 4 ++-- 1 file 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, -- cgit v1.2.3-54-g00ecf