From c9312193fd7227d617c798a70c2b019ecfe7dd99 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 31 May 2008 05:00:48 +0000 Subject: Add more comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5364 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mutation.cc | 4 ++-- 1 file 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] = { -- cgit v1.2.3-54-g00ecf