summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index de5204436c..1209155e8c 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -3255,7 +3255,7 @@ static void _miscast_earth(int severity, const char* cause)
case 9:
mprf("Your %s warm.",
(you.species == SP_NAGA) ? "underbelly feels" :
- (you.mutation[MUT_HOOVES]) ? "hooves feel"
+ (player_mutation_level(MUT_HOOVES)) ? "hooves feel"
: "feet feel");
break;
}