summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-26 17:45:12 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-26 17:45:12 +0000
commitf2e78695588ae31646a6fd7036fdb3c036e6ff33 (patch)
tree1d7e5ef4ce92821329b31e3d215472abd4e0139b /crawl-ref
parent9a7eaa1f75b45abde38c92acf6c6d10e47db4c9f (diff)
downloadcrawl-ref-f2e78695588ae31646a6fd7036fdb3c036e6ff33.tar.gz
crawl-ref-f2e78695588ae31646a6fd7036fdb3c036e6ff33.zip
Add spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9230 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-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 ba37d8a52d..1d8e215271 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -83,8 +83,8 @@ const char *naga_deformed_descrip[3] = {
};
const char *mutation_descrip[NUM_MUTATIONS][3] = {
- {"You have tough skin (AC +1).", "You have very tough skin (AC +2).",
- "You have extremely tough skin (AC +3)."},
+ {"You have tough skin (AC + 1).", "You have very tough skin (AC + 2).",
+ "You have extremely tough skin (AC + 3)."},
{"Your muscles are strong (Str +", "", ""},
{"Your mind is acute (Int +", "", ""},