summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.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/player.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/player.cc')
-rw-r--r--crawl-ref/source/player.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 0ce1c5009a..16fba24d55 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -6178,8 +6178,7 @@ bool player::petrified() const
bool player::liquefied_ground() const
{
return liquefied(pos())
- && ground_level() && !is_insubstantial()
- && !is_stationary();
+ && ground_level() && !is_insubstantial();
}
/**