summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-setup.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ng-setup.cc')
-rw-r--r--crawl-ref/source/ng-setup.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ng-setup.cc b/crawl-ref/source/ng-setup.cc
index 5d845826ef..c604bb9d80 100644
--- a/crawl-ref/source/ng-setup.cc
+++ b/crawl-ref/source/ng-setup.cc
@@ -723,7 +723,7 @@ static void _give_items_skills(const newgame_def& ng)
// One free escape.
newgame_make_item(3, EQ_NONE, OBJ_SCROLLS, SCR_BLINKING);
newgame_make_item(4, EQ_NONE, OBJ_MISSILES, MI_TOMAHAWK, -1, 5);
- set_item_ego_type(you.inv[5], OBJ_MISSILES, SPMSL_DISPERSAL);
+ set_item_ego_type(you.inv[4], OBJ_MISSILES, SPMSL_DISPERSAL);
autopickup_starting_ammo(MI_TOMAHAWK);
you.skills[SK_FIGHTING] = 2;