summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-27 19:57:56 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-27 19:57:56 +0000
commitda9c4accf8c06831d99a0c1a6e66d20b480c26b0 (patch)
tree2172758653068e6d80a96a723ed332d518056b53 /crawl-ref/source/spl-book.cc
parent9b41135da821d07d54c7a6ee75ed6dcbd19e9322 (diff)
downloadcrawl-ref-da9c4accf8c06831d99a0c1a6e66d20b480c26b0.tar.gz
crawl-ref-da9c4accf8c06831d99a0c1a6e66d20b480c26b0.zip
Added the Portaled Projectile spell, following 1686312.
Hopefully I didn't break the fsim_ranged code in the process. PP is now arbitrarily stuck into Spatial Translocations; it will be moved out when we add a Book of Archery. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1670 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 a4bc67ef4a..45dafb7a78 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -158,13 +158,13 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] =
},
// 11 - Book of Spatial Translocations
{SPELL_APPORTATION,
+ SPELL_PORTALED_PROJECTILE,
SPELL_BLINK,
SPELL_RECALL,
SPELL_TELEPORT_OTHER,
SPELL_TELEPORT_SELF,
SPELL_CONTROL_TELEPORT,
SPELL_NO_SPELL,
- SPELL_NO_SPELL,
},
// 12 - Book of Enchantments (fourth one)
{SPELL_LEVITATION,
@@ -435,7 +435,7 @@ static spell_type spellbook_template_array[NUMBER_SPELLBOOKS][SPELLBOOK_SIZE] =
SPELL_NO_SPELL,
SPELL_NO_SPELL,
},
- // 37 - Book of Mutations //jmf: now Morphology
+ // 37 - Book of Morphology
{SPELL_FRAGMENTATION,
SPELL_POLYMORPH_OTHER,
SPELL_ALTER_SELF,