summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-other.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-02-11 13:31:43 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-02-12 02:23:17 +0100
commit013ac4b423fa13004267fb0a68fc967f4f52dac5 (patch)
treef55b5f2a3405d688325db7a855e113ad4fdd6320 /crawl-ref/source/spl-other.h
parent0fc178be1e78cdd1f7011a21b6c2ae2218db43f9 (diff)
downloadcrawl-ref-013ac4b423fa13004267fb0a68fc967f4f52dac5.tar.gz
crawl-ref-013ac4b423fa13004267fb0a68fc967f4f52dac5.zip
A light dimmer.
Hex/7, decreases LOS radius by 2. Instantly dispelled by TSO's halo, but Corona and contamination glow merely get a larger stealth penalty (the last part applies to nightstalker and the lantern of shadows as well!).
Diffstat (limited to 'crawl-ref/source/spl-other.h')
-rw-r--r--crawl-ref/source/spl-other.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-other.h b/crawl-ref/source/spl-other.h
index cf737d6299..86f7caf2c5 100644
--- a/crawl-ref/source/spl-other.h
+++ b/crawl-ref/source/spl-other.h
@@ -14,5 +14,6 @@ bool cast_fulsome_distillation(int pow, bool check_range = true);
void remove_condensation_shield();
void cast_condensation_shield(int pow);
void cast_stoneskin(int pow);
+bool cast_darkness(int pow);
#endif