summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-26 18:52:00 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-26 18:52:00 +0000
commit672143db6433146a710625be03af633ccf02e99e (patch)
treea9781268b9ceb881a54437bd426db1ceee883828 /crawl-ref/source/spl-book.cc
parent7f25defa4e0122e6800450f816f6de91d83eac03 (diff)
downloadcrawl-ref-672143db6433146a710625be03af633ccf02e99e.tar.gz
crawl-ref-672143db6433146a710625be03af633ccf02e99e.zip
Drop Ignite Poison to level 6 (jarpiain).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4676 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index 0bb371f7d7..6958d365f2 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -133,8 +133,8 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] =
SPELL_FIRE_BRAND,
SPELL_SUMMON_ELEMENTAL,
SPELL_BOLT_OF_MAGMA,
- SPELL_DELAYED_FIREBALL,
SPELL_IGNITE_POISON,
+ SPELL_DELAYED_FIREBALL,
SPELL_RING_OF_FLAMES,
SPELL_NO_SPELL,
},