summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transform.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-11-24 16:10:06 +0000
committerChris Campbell <chriscampbell89@gmail.com>2013-11-24 16:22:38 +0000
commit6c4a90e7ed97dde030d1ea9081180c1f1b1ceef7 (patch)
tree638b8887e9a54e803dc2265672fe6d74c370e4e1 /crawl-ref/source/transform.cc
parentf05d7b75ba80ed15534b1863c6c2422406904feb (diff)
downloadcrawl-ref-6c4a90e7ed97dde030d1ea9081180c1f1b1ceef7.tar.gz
crawl-ref-6c4a90e7ed97dde030d1ea9081180c1f1b1ceef7.zip
Don't give bonus resistances when in treeform with Fedhas
It's a very niche bonus and doesn't add much other than unneccessary complication.
Diffstat (limited to 'crawl-ref/source/transform.cc')
-rw-r--r--crawl-ref/source/transform.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/transform.cc b/crawl-ref/source/transform.cc
index d3fd25b951..403273ceba 100644
--- a/crawl-ref/source/transform.cc
+++ b/crawl-ref/source/transform.cc
@@ -1063,8 +1063,6 @@ bool transform(int pow, transformation_type which_trans, bool involuntary,
break;
case TRAN_TREE:
- if (you_worship(GOD_FEDHAS) && !player_under_penance())
- simple_god_message(" makes you hardy against extreme temperatures.");
// ignore hunger_state (but don't reset hunger)
you.hunger_state = HS_SATIATED;
set_redraw_status(REDRAW_HUNGER);