summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index 23ec28cb52..9097e371c2 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -702,7 +702,7 @@ static void armour_wear_effects(const int item_slot)
{
case SPARM_RUNNING:
mprf("You feel quick%s.",
- (you.species == SP_NAGA || you.species == SP_CENTAUR)
+ (you.species == SP_NAGA || you.mutation[MUT_HOOVES])
? "" : " on your feet");
break;