summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-clouds.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-05-08 16:23:08 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-05-08 16:59:34 +0100
commit3e2eb95d2ba026a18f42d47a3007d13b7ebdfc9f (patch)
tree0898e722ef6de1c29b18a3335fd3008925b98fa4 /crawl-ref/source/spl-clouds.cc
parent6ea9407c582efd839b749c71b6a89a8b47f568f6 (diff)
downloadcrawl-ref-3e2eb95d2ba026a18f42d47a3007d13b7ebdfc9f.tar.gz
crawl-ref-3e2eb95d2ba026a18f42d47a3007d13b7ebdfc9f.zip
Allow casting Ring of Flames while in a rain cloud
Diffstat (limited to 'crawl-ref/source/spl-clouds.cc')
-rw-r--r--crawl-ref/source/spl-clouds.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/spl-clouds.cc b/crawl-ref/source/spl-clouds.cc
index d96e5e6d24..9f07f90c27 100644
--- a/crawl-ref/source/spl-clouds.cc
+++ b/crawl-ref/source/spl-clouds.cc
@@ -221,13 +221,6 @@ void big_cloud(cloud_type cl_type, const actor *agent,
spret_type cast_ring_of_flames(int power, bool fail)
{
- // You shouldn't be able to cast this in the rain. {due}
- if (in_what_cloud(CLOUD_RAIN))
- {
- mpr("Your spell sizzles in the rain.");
- return SPRET_ABORT;
- }
-
fail_check();
did_god_conduct(DID_FIRE, min(5 + power/5, 50));
you.increase_duration(DUR_FIRE_SHIELD,