summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 3a04aaecda..d452d731e5 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -6875,7 +6875,7 @@ bool player::permanent_levitation() const
bool player::permanent_flight() const
{
- return (airborne() && wearing_amulet( AMU_CONTROLLED_FLIGHT )
+ return (airborne() && wearing_amulet(AMU_CONTROLLED_FLIGHT)
&& you.species == SP_KENKU && you.experience_level >= 15);
}