summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-12 16:22:19 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-12 16:22:19 +0000
commit6b3ba00fbbea94c464c8f74e03250d9af6b5107c (patch)
treeff2454aae9aa388d24f2bb1ab538a63a525b8b1b /crawl-ref/source/newgame.cc
parent8898bc387f2425e63623cf68f6c80f93344a6bc3 (diff)
downloadcrawl-ref-6b3ba00fbbea94c464c8f74e03250d9af6b5107c.tar.gz
crawl-ref-6b3ba00fbbea94c464c8f74e03250d9af6b5107c.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8428 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 91d88c4418..21be9c68e4 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -5126,8 +5126,9 @@ bool _give_items_skills()
_newgame_make_item(3, EQ_NONE, OBJ_MISSILES, MI_DART, -1,
8 + roll_dice( 2, 8 ), 1);
- // Spriggans used to get a rod striking, but now anyone can get
- // one when playing an Artificer this is no longer necessary. (jpeg)
+ // Spriggans used to get a rod of striking, but now that anyone
+ // can get one when playing an Artificer, this is no longer
+ // necessary. (jpeg)
if (you.species == SP_SPRIGGAN)
you.inv[0].sub_type = WPN_DAGGER;