summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index a1f0b98fcc..05a51fcc82 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -2475,7 +2475,7 @@ static void _xom_zero_miscast()
}
if (you.species != SP_NAGA
- && (you.species != SP_MERFOLK || !player_is_swimming())
+ && (you.species != SP_MERFOLK || !you.swimming())
&& !you.airborne())
{
messages.push_back("You do an impromptu tapdance.");