summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;