From e0d3f22102f97826db987c83844cabde88365bef Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Sun, 10 Jan 2010 16:56:19 -0500 Subject: 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. --- crawl-ref/source/abl-show.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/abl-show.cc') 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); } -- cgit v1.2.3-54-g00ecf