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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 3c3a1f6a85..218bd0d648 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -2301,7 +2301,7 @@ std::vector<talent> your_talents(bool check_confused)
_add_talent(talents, ABIL_TRAN_BAT, check_confused);
}
- if (!player_is_airborne() && !transform_changed_physiology())
+ if (!you.airborne() && !transform_changed_physiology())
{
// Kenku can fly, but only from the ground
// (until level 15, when it becomes permanent until revoked).