summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-summoning.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-02-25 14:23:17 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-02-26 21:20:28 -0700
commit359569f0a7cc005214ae84427511059f71db10ad (patch)
tree2a5ef8f3cec1c3e90144241fcd191fe61292cd85 /crawl-ref/source/spl-summoning.h
parent2c0f31843e2b39ab2769200c9f67616d57e3decc (diff)
downloadcrawl-ref-359569f0a7cc005214ae84427511059f71db10ad.tar.gz
crawl-ref-359569f0a7cc005214ae84427511059f71db10ad.zip
Rod of demonology -> Rod of shadows.
Weaves shadow creatures roughly from D:<evocations power> (including out-of-depth D depths).
Diffstat (limited to 'crawl-ref/source/spl-summoning.h')
-rw-r--r--crawl-ref/source/spl-summoning.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-summoning.h b/crawl-ref/source/spl-summoning.h
index ff1319f6e3..0dcda74adc 100644
--- a/crawl-ref/source/spl-summoning.h
+++ b/crawl-ref/source/spl-summoning.h
@@ -58,8 +58,10 @@ spret_type cast_summon_demon(int pow, god_type god = GOD_NO_GOD,
bool fail = false);
spret_type cast_demonic_horde(int pow, god_type god, bool fail);
spret_type cast_summon_greater_demon(int pow, god_type god, bool fail);
-spret_type cast_shadow_creatures(bool scroll = false,
- god_type god = GOD_NO_GOD, bool fail = false);
+spret_type cast_shadow_creatures(int st = SPELL_SHADOW_CREATURES,
+ god_type god = GOD_NO_GOD,
+ level_id place = level_id::current(),
+ bool fail = false);
spret_type cast_summon_horrible_things(int pow, god_type god, bool fail);
bool can_cast_malign_gateway();
spret_type cast_malign_gateway(actor* caster, int pow,