summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-13 21:57:14 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-13 21:57:14 +0000
commit1d44386c23b14cb823eab4e83b90c6ebdf40f413 (patch)
tree64ce02964630b12d35b9db695f83b2d1e2f2ca0d /crawl-ref/source/spl-book.cc
parent2f1506d0038557b8c7d66368e3589026d9b0e997 (diff)
downloadcrawl-ref-1d44386c23b14cb823eab4e83b90c6ebdf40f413.tar.gz
crawl-ref-1d44386c23b14cb823eab4e83b90c6ebdf40f413.zip
Moving level of Poison Ammunition back to 4.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6917 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 96a5493e4d..15f6bab27d 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -389,9 +389,9 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] =
SPELL_NO_SPELL,
},
// 32 - Book of Envenomations
- {SPELL_POISON_AMMUNITION,
- SPELL_SPIDER_FORM,
+ {SPELL_SPIDER_FORM,
SPELL_SUMMON_SCORPIONS,
+ SPELL_POISON_AMMUNITION,
SPELL_RESIST_POISON,
SPELL_OLGREBS_TOXIC_RADIANCE,
SPELL_POISONOUS_CLOUD,