summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-summoning.h
diff options
context:
space:
mode:
authorShayne Halvorson <N78291@gmail.com>2014-02-07 14:26:48 -0600
committerChris Campbell <chriscampbell89@gmail.com>2014-02-10 21:02:52 +0000
commit8caa7c39debbb0a97985c3a7f7b1315167b3e7da (patch)
tree922bd77dabf67b1c3d0509171a23ae8deca02c3e /crawl-ref/source/spl-summoning.h
parent3fcccda608e7ba86139bccc754948cd42c478f21 (diff)
downloadcrawl-ref-8caa7c39debbb0a97985c3a7f7b1315167b3e7da.tar.gz
crawl-ref-8caa7c39debbb0a97985c3a7f7b1315167b3e7da.zip
New spell: Summon Lightning Spire (L4 Summ/Air)
Replaces Summon Scorpions in the Book of Callings.
Diffstat (limited to 'crawl-ref/source/spl-summoning.h')
-rw-r--r--crawl-ref/source/spl-summoning.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-summoning.h b/crawl-ref/source/spl-summoning.h
index 5d5205603f..90eae27ed2 100644
--- a/crawl-ref/source/spl-summoning.h
+++ b/crawl-ref/source/spl-summoning.h
@@ -50,6 +50,7 @@ bool summon_holy_warrior(int pow, bool punish);
spret_type cast_tukimas_dance(int pow, god_type god = GOD_NO_GOD,
bool force_hostile = false, bool fail = false);
spret_type cast_conjure_ball_lightning(int pow, god_type god, bool fail);
+spret_type cast_summon_lightning_spire(int pow, const coord_def& where, god_type god, bool fail);
spret_type cast_call_imp(int pow, god_type god, bool fail);
bool summon_demon_type(monster_type mon, int pow, god_type god = GOD_NO_GOD,