summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-selfench.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-selfench.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-selfench.h')
-rw-r--r--crawl-ref/source/spl-selfench.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-selfench.h b/crawl-ref/source/spl-selfench.h
index 50e18c5f42..03ffa5d516 100644
--- a/crawl-ref/source/spl-selfench.h
+++ b/crawl-ref/source/spl-selfench.h
@@ -20,6 +20,11 @@ spret_type cast_fly(int power, bool fail = false);
spret_type cast_teleport_control(int power, bool fail);
int cast_selective_amnesia(string *pre_msg = NULL);
spret_type cast_silence(int pow, bool fail = false);
+
+spret_type cast_infusion(int pow, bool fail = false);
+spret_type cast_spirit_shield(int pow, bool fail = false);
+spret_type cast_song_of_slaying(int pow, bool fail = false);
+
spret_type cast_liquefaction(int pow, bool fail);
spret_type cast_shroud_of_golubria(int pow, bool fail);
spret_type cast_transform(int pow, transformation_type which_trans, bool fail);