summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2012-08-11 13:40:26 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2012-08-11 13:40:26 -0600
commit559a7a88b1209962f633385b0d0540f43753d321 (patch)
treefbf5cb09663b4dfea1f4dbb2b25b456d99c7cbcd /crawl-ref/source/abyss.h
parent28a9c8c8c012c990261389df52073de3aed22e6d (diff)
downloadcrawl-ref-559a7a88b1209962f633385b0d0540f43753d321.tar.gz
crawl-ref-559a7a88b1209962f633385b0d0540f43753d321.zip
Abilities tab for local tiles, using the fancy new abilities tiles.
This works like the spell tab, but with intrinsic/evocable abilities, invocations, and ZotDef abilities.
Diffstat (limited to 'crawl-ref/source/abyss.h')
-rw-r--r--crawl-ref/source/abyss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abyss.h b/crawl-ref/source/abyss.h
index 5f1bfbce85..6bf6860d97 100644
--- a/crawl-ref/source/abyss.h
+++ b/crawl-ref/source/abyss.h
@@ -27,7 +27,7 @@ void recompute_saved_abyss_features();
void maybe_shift_abyss_around_player();
void abyss_teleport(bool new_area);
void save_abyss_uniques();
-bool is_level_incorruptible();
+bool is_level_incorruptible(bool quiet = false);
bool lugonu_corrupt_level(int power);
void run_corruption_effects(int duration);