summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-selfench.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-16 21:19:06 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-16 21:21:56 -0700
commit0e2069b342cda1a6c2f188b84eb1970eab3773a8 (patch)
tree06e90ef8eef1b7520e61d7a4389f17f74a31ad9a /crawl-ref/source/spl-selfench.cc
parent8e077e5b3dbaf6d8c18e8ab30cf8f8300dd664c8 (diff)
downloadcrawl-ref-0e2069b342cda1a6c2f188b84eb1970eab3773a8.tar.gz
crawl-ref-0e2069b342cda1a6c2f188b84eb1970eab3773a8.zip
Revert "make tree-form immune to Leda's"
783a5bfccb75 and a737d34e685053e3. Very special-case-y, not not really necessary. (Plus, we never prevented turning into a tree *after* casting Leda's...)
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 0c8d67e38d..1f1b8a1d8f 100644
--- a/crawl-ref/source/spl-selfench.cc
+++ b/crawl-ref/source/spl-selfench.cc
@@ -374,13 +374,6 @@ spret_type cast_liquefaction(int pow, bool fail)
mpr("You need to be on clear, solid ground to cast this spell.");
return SPRET_ABORT;
}
- else if (you.is_stationary())
- {
- string foot = you.foot_name(true);
- mprf("You can't cast this spell with your %s attached to the ground.",
- foot.c_str());
- return SPRET_ABORT;
- }
if (you.duration[DUR_LIQUEFYING] || liquefied(you.pos()))
{