summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-summoning.h
diff options
context:
space:
mode:
authorlain <lain@maureen.(none)>2013-05-07 19:51:55 -0700
committerlain <lain@maureen.(none)>2013-05-07 20:00:24 -0700
commit6d576b5e4f5bd124e3b918990fb46e2124d765f2 (patch)
treefbc470b15eba28a2a0bc818232593ce26b9fb6f2 /crawl-ref/source/spl-summoning.h
parentdc88342323d0bbeac2ff5640d0e1747c205ad5c2 (diff)
downloadcrawl-ref-6d576b5e4f5bd124e3b918990fb46e2124d765f2.tar.gz
crawl-ref-6d576b5e4f5bd124e3b918990fb46e2124d765f2.zip
rough implementation of newskald spells
new spells: infusion, song of slaying, spectral weapon, spirit shield new book: book of battle new mons: MONS_SPECTRAL_WEAPON
Diffstat (limited to 'crawl-ref/source/spl-summoning.h')
-rw-r--r--crawl-ref/source/spl-summoning.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-summoning.h b/crawl-ref/source/spl-summoning.h
index 6c183f4c43..82ba5bd771 100644
--- a/crawl-ref/source/spl-summoning.h
+++ b/crawl-ref/source/spl-summoning.h
@@ -81,6 +81,8 @@ spret_type cast_haunt(int pow, const coord_def& where, god_type god, bool fail);
spret_type cast_abjuration(int pow, const coord_def& where, bool fail = false);
spret_type cast_mass_abjuration(int pow, bool fail = false);
+spret_type cast_spectral_weapon(int pow, bool fail);
+
monster* find_battlesphere(const actor* agent);
spret_type cast_battlesphere(actor* agent, int pow, god_type god, bool fail);
void end_battlesphere(monster* mons, bool killed);