summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-selfench.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-09-10 10:36:22 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-09-10 10:38:12 +0200
commit9abe0ae6d5676242857ce624bd9be2872eaf35cb (patch)
treef79eb09f6b0362b4aa31fd177d565e66a77f864a /crawl-ref/source/spl-selfench.h
parenta7bf779fa7693d701ab320626ebb8f424e8011cf (diff)
downloadcrawl-ref-9abe0ae6d5676242857ce624bd9be2872eaf35cb.tar.gz
crawl-ref-9abe0ae6d5676242857ce624bd9be2872eaf35cb.zip
Make trying to cast Death's Door when ineligible cost no time nor MP.
Diffstat (limited to 'crawl-ref/source/spl-selfench.h')
-rw-r--r--crawl-ref/source/spl-selfench.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-selfench.h b/crawl-ref/source/spl-selfench.h
index 2e881ac0a5..acc1a77997 100644
--- a/crawl-ref/source/spl-selfench.h
+++ b/crawl-ref/source/spl-selfench.h
@@ -2,7 +2,7 @@
#define SPL_SELFENCH_H
int allowed_deaths_door_hp(void);
-void cast_deaths_door(int pow);
+bool cast_deaths_door(int pow);
void extension(int pow);
void remove_ice_armour();
void ice_armour(int pow, bool extending);