summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/book-data.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-02-09 19:34:03 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-02-09 19:38:06 +0000
commit592e02136c47e88eb86883d7d2ac7a41165b8dc3 (patch)
tree66bdf6912f58ca5da4a2188a9e20973daecff4e7 /crawl-ref/source/book-data.h
parent0aaafda4745bf8746b71579557fd0c927d8c3601 (diff)
downloadcrawl-ref-592e02136c47e88eb86883d7d2ac7a41165b8dc3.tar.gz
crawl-ref-592e02136c47e88eb86883d7d2ac7a41165b8dc3.zip
Turn Portal Projectile into a duration
While active, all shots are portalled at the cost of 1MP per shot.
Diffstat (limited to 'crawl-ref/source/book-data.h')
-rw-r--r--crawl-ref/source/book-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/book-data.h b/crawl-ref/source/book-data.h
index f133553f1a..a27227f492 100644
--- a/crawl-ref/source/book-data.h
+++ b/crawl-ref/source/book-data.h
@@ -77,9 +77,9 @@
{ // Book of Spatial Translocations
SPELL_APPORTATION,
- SPELL_PORTAL_PROJECTILE,
SPELL_BLINK,
SPELL_SHROUD_OF_GOLUBRIA,
+ SPELL_PORTAL_PROJECTILE,
SPELL_TELEPORT_OTHER,
SPELL_GOLUBRIAS_PASSAGE,
SPELL_NO_SPELL,