summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stuff.cc')
-rw-r--r--crawl-ref/source/stuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index d622d39406..36eb33d543 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -609,7 +609,7 @@ void canned_msg(canned_message_type which_message)
{
case MSG_SOMETHING_APPEARS:
mprf("Something appears %s!",
- (you.species == SP_NAGA || you.species == SP_CENTAUR)
+ (you.species == SP_NAGA || you.mutation[MUT_HOOVES])
? "before you" : "at your feet");
break;