summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnny shelley <jwshelley@shell-21003.(none)>2009-11-20 09:09:52 +0000
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-20 02:31:13 -0800
commit1dcce9fd9868509eca825cf264c95dcb0b5e511a (patch)
tree618c7174a4a4e1c43f660324714e2481523441de
parentb449537ec1d001f9acb920e777dc5d6928048f1b (diff)
downloadcrawl-ref-1dcce9fd9868509eca825cf264c95dcb0b5e511a.tar.gz
crawl-ref-1dcce9fd9868509eca825cf264c95dcb0b5e511a.zip
reorder devastating missiles for level 5 exploding ammo
Signed-off-by: Matthew Cline <zelgadis@sourceforge.net>
-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 3cff4f6e55..bed2cf7b3c 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -508,9 +508,9 @@ static spell_type spellbook_template_array[][SPELLBOOK_SIZE] =
{SPELL_POISON_AMMUNITION,
SPELL_WARP_AMMUNITION,
SPELL_SHOCKING_AMMUNITION,
+ SPELL_EXPLODING_AMMUNITION,
SPELL_HASTE,
SPELL_DEFLECT_MISSILES,
- SPELL_EXPLODING_AMMUNITION,
SPELL_REAPING_AMMUNITION,
SPELL_NO_SPELL,
},