summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2009-09-27 20:53:33 -0400
committerevktalo <evktalo@users.sourceforge.net>2009-09-30 11:31:13 +0300
commite7514fb6833394a5bc0a4c428666fb16ff947d29 (patch)
treef4dc3ceac8d441168d18ebbeb5d38f724593ad8a /crawl-ref/source/spl-util.h
parent5c67594c4d192cdd9c5490969d261da1e5244a75 (diff)
downloadcrawl-ref-e7514fb6833394a5bc0a4c428666fb16ff947d29.tar.gz
crawl-ref-e7514fb6833394a5bc0a4c428666fb16ff947d29.zip
Vehumet modifications. Remove the warding effect, replace it with extended range for conjurations spells. Starting at **** piety reduce the cost of high level (>=5) conjurations and summonings spells by 1.
(Additional wording tweaks by Eino) Signed-off-by: evktalo <evktalo@users.sourceforge.net>
Diffstat (limited to 'crawl-ref/source/spl-util.h')
-rw-r--r--crawl-ref/source/spl-util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index fb53816af8..38d022f946 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -54,7 +54,8 @@ int spell_hunger(spell_type which_spell);
int spell_mana(spell_type which_spell);
int spell_difficulty(spell_type which_spell);
int spell_power_cap(spell_type spell);
-int spell_range(spell_type spell, int pow, bool real_cast);
+int spell_range(spell_type spell, int pow, bool real_cast,
+ bool player_spell=true);
int spell_noise(spell_type spell);
int spell_noise(unsigned int disciplines, int level);