summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2010-01-10 16:56:19 -0500
committerCharles Otto <ottochar@gmail.com>2010-01-10 19:48:18 -0500
commite0d3f22102f97826db987c83844cabde88365bef (patch)
tree9d1c3eda952b3304f6bec16c5a88b6adc2fa002a /crawl-ref/source/abl-show.cc
parentf92b4559098c90976e7aea94546fd36ba493e7d0 (diff)
downloadcrawl-ref-e0d3f22102f97826db987c83844cabde88365bef.tar.gz
crawl-ref-e0d3f22102f97826db987c83844cabde88365bef.zip
Redo evolution UI and costs
Fedhas' evolution ability now uses (only) piety to upgrade fungi and only fruit to upgrade plants. UI was changed to only affect monsters adjacent to the player.
Diffstat (limited to 'crawl-ref/source/abl-show.cc')
-rw-r--r--crawl-ref/source/abl-show.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index dc4ded7546..5b751154ea 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -1990,7 +1990,6 @@ static bool _do_ability(const ability_def& abil)
case ABIL_FEDHAS_EVOLUTION:
if (!evolve_flora())
{
- canned_msg(MSG_NOTHING_HAPPENS);
return (false);
}