From e53245e78dcce2d23239f49a5b2f2346f0a840e5 Mon Sep 17 00:00:00 2001 From: dploog Date: Thu, 11 Sep 2008 13:40:42 +0000 Subject: Reduced level of Poison Weapon and Poison Ammunition spells from 4 to 2. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6898 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-book.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/spl-book.cc') diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc index 1c5746fbb7..96a5493e4d 100644 --- a/crawl-ref/source/spl-book.cc +++ b/crawl-ref/source/spl-book.cc @@ -183,8 +183,8 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] = // 13 - Young Poisoner's Handbook {SPELL_STING, SPELL_CURE_POISON_II, - SPELL_MEPHITIC_CLOUD, SPELL_POISON_WEAPON, + SPELL_MEPHITIC_CLOUD, SPELL_VENOM_BOLT, SPELL_NO_SPELL, SPELL_NO_SPELL, @@ -389,8 +389,8 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] = SPELL_NO_SPELL, }, // 32 - Book of Envenomations - {SPELL_SPIDER_FORM, - SPELL_POISON_AMMUNITION, + {SPELL_POISON_AMMUNITION, + SPELL_SPIDER_FORM, SPELL_SUMMON_SCORPIONS, SPELL_RESIST_POISON, SPELL_OLGREBS_TOXIC_RADIANCE, @@ -549,8 +549,8 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] = {SPELL_STING, SPELL_SURE_BLADE, SPELL_PROJECTED_NOISE, - SPELL_MEPHITIC_CLOUD, SPELL_POISON_WEAPON, + SPELL_MEPHITIC_CLOUD, SPELL_PETRIFY, SPELL_INVISIBILITY, SPELL_NO_SPELL, -- cgit v1.2.3-54-g00ecf