summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-miscast.h
diff options
context:
space:
mode:
authorWilliam Parker <thewparker@gmail.com>2011-03-22 02:47:29 -0700
committerAdam Borowski <kilobyte@angband.pl>2011-03-22 12:39:48 +0100
commit065c8a66524d6a0b8d38193f839e93bf634f7b47 (patch)
tree6fd14b52543b9807448cd713938e94870ad04e7a /crawl-ref/source/spl-miscast.h
parent447b19a5d10d9cda34b4abdf05b8673c9c190bae (diff)
downloadcrawl-ref-065c8a66524d6a0b8d38193f839e93bf634f7b47.tar.gz
crawl-ref-065c8a66524d6a0b8d38193f839e93bf634f7b47.zip
No banishment from hell effects.
Diffstat (limited to 'crawl-ref/source/spl-miscast.h')
-rw-r--r--crawl-ref/source/spl-miscast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-miscast.h b/crawl-ref/source/spl-miscast.h
index b3ece2456d..8fe2afc4ef 100644
--- a/crawl-ref/source/spl-miscast.h
+++ b/crawl-ref/source/spl-miscast.h
@@ -117,7 +117,7 @@ private:
bool _lose_stat(stat_type which_stat, int8_t stat_loss);
void _potion_effect(potion_type pot_eff, int pot_pow);
bool _create_monster(monster_type what, int abj_deg, bool alert = false);
- void send_abyss();
+ bool _send_abyss();
void _do_poison(int amount);
bool avoid_lethal(int dam);