summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-selfench.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-03-15 03:59:34 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-03-15 04:00:49 +0000
commitc75ed2951621bb74e4ea81de68ad8fd589b9a0ae (patch)
tree9d0f41b942e49944e556ca257c478990fc8abf8e /crawl-ref/source/spl-selfench.cc
parenteda97e84d868937f6747e6c0f2b3fd9444b43bc3 (diff)
downloadcrawl-ref-c75ed2951621bb74e4ea81de68ad8fd589b9a0ae.tar.gz
crawl-ref-c75ed2951621bb74e4ea81de68ad8fd589b9a0ae.zip
Fix Swiftness being uncastable in liquids
Broken by c60660aeeb46ff.
Diffstat (limited to 'crawl-ref/source/spl-selfench.cc')
-rw-r--r--crawl-ref/source/spl-selfench.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/spl-selfench.cc b/crawl-ref/source/spl-selfench.cc
index a81d123da4..6c771449ce 100644
--- a/crawl-ref/source/spl-selfench.cc
+++ b/crawl-ref/source/spl-selfench.cc
@@ -192,13 +192,6 @@ spret_type cast_swiftness(int power, bool fail)
return SPRET_ABORT;
}
- if (you.in_water() || you.liquefied_ground())
- {
- mprf("The %s foams!", you.in_water() ? "water"
- : "liquid ground");
- return SPRET_ABORT;
- }
-
if (!you.duration[DUR_SWIFTNESS] && player_movement_speed() <= 6)
{
mpr("You can't move any more quickly.");