From 6b3ba00fbbea94c464c8f74e03250d9af6b5107c Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 12 Jan 2009 16:22:19 +0000 Subject: Comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8428 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/newgame.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/newgame.cc') 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; -- cgit v1.2.3-54-g00ecf