summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-miscast.h
diff options
context:
space:
mode:
authorSage <SageBasilMint@gmail.com>2014-01-25 17:31:44 +0000
committerShmuale Mark <shm.mark@gmail.com>2014-03-06 01:25:07 -0500
commitb88c41b69b770e9f3406e33f0d580908b9a8854c (patch)
treec976d99cb1a993f1d316e0506f3f520aafe26cc5 /crawl-ref/source/spl-miscast.h
parent145100d5b75ea95ade8a4ced497aacdd1131e91a (diff)
downloadcrawl-ref-b88c41b69b770e9f3406e33f0d580908b9a8854c.tar.gz
crawl-ref-b88c41b69b770e9f3406e33f0d580908b9a8854c.zip
Remove paralyse from hell effects.
Usually pointless. Occasionally fatal, and unpreventable, save by going through hell wearing stasis
Diffstat (limited to 'crawl-ref/source/spl-miscast.h')
-rw-r--r--crawl-ref/source/spl-miscast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-miscast.h b/crawl-ref/source/spl-miscast.h
index 570717af0a..7a11ae3b12 100644
--- a/crawl-ref/source/spl-miscast.h
+++ b/crawl-ref/source/spl-miscast.h
@@ -114,6 +114,7 @@ private:
int spread_rate = -1);
bool _lose_stat(stat_type which_stat, int8_t stat_loss);
void _potion_effect(potion_type pot_eff, int pot_pow);
+ bool _paralyse(int dur);
bool _create_monster(monster_type what, int abj_deg, bool alert = false);
bool _send_to_abyss();
bool _malign_gateway();