summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mutation.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index d2789b5990..2beb5a54ad 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -75,8 +75,8 @@ const char *troll_claw_lose[3] = {
const char *naga_speed_descrip[4] = {
"You cover ground very slowly.", // 10*14/10 = 14
"You cover ground rather slowly.", // 8*14/10 = 11
- "You cover ground rather quickly.", // 7*14/10 = 9
- "You cover ground quickly." // 6*14/10 = 8
+ "You cover ground rather quickly.", // 7*14/10 = 9
+ "You cover ground quickly." // 6*14/10 = 8
};
const char *centaur_deformed_descrip[3] = {