summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-17 16:47:06 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-17 16:47:06 +0000
commitbb38cc0d86a56c22b7f1070fe58089254c901d1c (patch)
tree132760acae13a40fedde63edbece9f3d0c26c776 /crawl-ref
parentec77cae6ceff3f075c694d7d5cbabaec6d1d64b5 (diff)
downloadcrawl-ref-bb38cc0d86a56c22b7f1070fe58089254c901d1c.tar.gz
crawl-ref-bb38cc0d86a56c22b7f1070fe58089254c901d1c.zip
Add spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9114 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/newgame.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index d7df14cc93..3e7ba2d373 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -5398,9 +5398,9 @@ bool _give_items_skills()
else
you.skills[SK_UNARMED_COMBAT] += 2;
- you.skills[SK_FIGHTING] = 1;
- you.skills[SK_DODGING] = 2;
- you.skills[SK_SPELLCASTING] = 2;
+ you.skills[SK_FIGHTING] = 1;
+ you.skills[SK_DODGING] = 2;
+ you.skills[SK_SPELLCASTING] = 2;
you.skills[SK_TRANSMUTATION] = 2;
break;