summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index af66f2386a..7e991e5c83 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -3215,6 +3215,7 @@ int items(int allow_uniques, // not just true-false,
if (force_good)
{
// New gold acquirement formula from dpeg.
+ // Min=220, Max=5520, Mean=1218, Std=911
item.quantity = 10 * (20
+ roll_dice(1, 20)
+ (roll_dice(1, 8)