From 48f785a271089f4f85bdfb5624b56b433e0ebd13 Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Thu, 5 Nov 2009 19:28:56 +0300 Subject: Replace uses of player_is_airborne with you.airborne. Signed-off-by: Robert Vollmert --- crawl-ref/source/abl-show.cc | 2 +- 1 file changed, 1 insertion(+), 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 3c3a1f6a85..218bd0d648 100644 --- a/crawl-ref/source/abl-show.cc +++ b/crawl-ref/source/abl-show.cc @@ -2301,7 +2301,7 @@ std::vector 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). -- cgit v1.2.3-54-g00ecf