summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-02-05 06:20:39 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-02-05 06:20:39 +0000
commit78350313b4589b590c45c593c5f3bd5985b6a960 (patch)
treebf2145e027aa905bd640484a37ea433fe1a6754d /crawl-ref/source/spl-cast.h
parenta72d94a27cd590596278e02f289676649df7886f (diff)
downloadcrawl-ref-78350313b4589b590c45c593c5f3bd5985b6a960.tar.gz
crawl-ref-78350313b4589b590c45c593c5f3bd5985b6a960.zip
Revert "Adding Over 100 percent fails to spell descriptions"
This information was much more likely to just be confusing than to ever be helpful, with spells above 100% fail rate being so far away from being usable. This reverts commit d8f276cafa12f398840a0ddaa43c9495a76d16e5.
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index 55819bc7ea..bb948a4b1c 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -57,7 +57,7 @@ int list_spells(bool toggle_with_I = true, bool viewing = false,
bool allow_preselect = true,
const string &title = "Your Spells",
spell_selector selector = NULL);
-int spell_fail(spell_type spell,bool capped = true);
+int spell_fail(spell_type spell);
int calc_spell_power(spell_type spell, bool apply_intel,
bool fail_rate_chk = false, bool cap_power = true,
bool rod = false);