summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 23072e2db1..75830d510f 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -3883,7 +3883,7 @@ bool give_items_skills()
// And they get to throw rocks.
you.inv[3].sub_type = MI_LARGE_ROCK;
- you.inv[3].quantity = 3;
+ you.inv[3].quantity = 4;
break;
case SP_HALFLING: