summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 5b6174605b..21453bd865 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -1523,7 +1523,7 @@ bool acquirement(object_class_type class_wanted, int agent,
class_wanted = OBJ_POTIONS;
thing_created = items( 1, class_wanted, type_wanted, true,
- MAKE_GOOD_ITEM, 250 );
+ MAKE_GOOD_ITEM, MAKE_ITEM_RANDOM_RACE );
if (thing_created == NON_ITEM)
continue;