summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 20:52:05 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 20:52:05 +0000
commit6744b86cdc66f6bacabaae0f9d542ad36a1b33fd (patch)
treec05025ce3dea67692372e9c25fc8933a84131af6 /crawl-ref/source/newgame.cc
parent1ba8b7b47de3e82931d0c26ec2d87395162b48b0 (diff)
downloadcrawl-ref-6744b86cdc66f6bacabaae0f9d542ad36a1b33fd.tar.gz
crawl-ref-6744b86cdc66f6bacabaae0f9d542ad36a1b33fd.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6304 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 69279accca..58b12d218d 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -4349,7 +4349,7 @@ bool _give_items_skills()
textcolor( CYAN );
cprintf(EOL "Which god of chaos do you wish to serve?" EOL);
- // Both Xom and Makhleb are okay choices for everyone.
+ // Xom, Makhleb, and Lugonu are okay choices for everyone.
textcolor( LIGHTGREY );
cprintf("a - Xom of Chaos" EOL);
cprintf("b - Makhleb the Destroyer" EOL);
@@ -4433,7 +4433,7 @@ bool _give_items_skills()
you.skills[SK_FIGHTING] = 3;
you.skills[SK_ARMOUR] = 1;
you.skills[SK_DODGING] = 1;
- you.skills[(coinflip()? SK_ARMOUR : SK_DODGING)]++;
+ you.skills[(coinflip() ? SK_ARMOUR : SK_DODGING)]++;
weap_skill = 2;
if (you.religion == GOD_XOM)