summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/abl-show.cc')
-rw-r--r--crawl-ref/source/abl-show.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 1e41abedc1..b153af37a2 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -1184,11 +1184,7 @@ static bool do_ability(const ability_def& abil)
cast_fly( you.experience_level * 4 );
if (you.experience_level > 14)
- {
mpr("You feel very comfortable in the air.");
- you.duration[DUR_LEVITATION] = 100;
- you.duration[DUR_CONTROLLED_FLIGHT] = 100;
- }
break;
// Fly (Draconians, or anything else with wings)
@@ -1978,7 +1974,7 @@ std::vector<talent> your_talents( bool check_confused )
add_talent(talents, ABIL_TRAN_BAT, check_confused );
}
- if (!you.duration[DUR_CONTROLLED_FLIGHT] && !player_is_airborne())
+ if (!player_is_airborne())
{
// kenku can fly, but only from the ground
// (until level 15, when it becomes permanent until revoked)