summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-03 03:14:26 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-03 03:14:26 +0000
commite4f8f08d639a5e6bc6da38936de042406e8ac833 (patch)
treed7568c9197f98eaa97afc70d165370ea8b77be64 /crawl-ref/source/newgame.cc
parentd99ef7b65402a445a7c1aeda26fb118b2555e9dc (diff)
downloadcrawl-ref-e4f8f08d639a5e6bc6da38936de042406e8ac833.tar.gz
crawl-ref-e4f8f08d639a5e6bc6da38936de042406e8ac833.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9321 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-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 2345055378..8f9c12e205 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -5651,9 +5651,9 @@ bool _give_items_skills()
_newgame_make_item(0, EQ_WEAPON, OBJ_WEAPONS, WPN_KNIFE);
_newgame_make_item(1, EQ_BODY_ARMOUR, OBJ_ARMOUR,
ARM_LEATHER_ARMOUR, ARM_ROBE);
- // Choice of lesser wands, 15 charges plus wand of random effects:
- // confusion, enslavement, slowing, magic dart, frost, flame; OR a rod
- // of striking and no random effects.
+ // Choice of lesser wands, 15 charges plus wand of random
+ // effects: confusion, enslavement, slowing, magic dart, frost,
+ // flame; OR a rod of striking, 8 charges and no random effects.
if (!_choose_wand())
return (false);