From 0bca2a20b6a35b2f3be34fab88902866ae7c38c6 Mon Sep 17 00:00:00 2001 From: haranp Date: Sun, 11 Nov 2007 00:29:28 +0000 Subject: Allow potions to be generated randomly (oops...) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2838 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/makeitem.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc index 5a29cdd7af..dcacf7a15f 100644 --- a/crawl-ref/source/makeitem.cc +++ b/crawl-ref/source/makeitem.cc @@ -2653,6 +2653,7 @@ int items( int allow_uniques, // not just true-false, 70, OBJ_FOOD, 100, OBJ_ARMOUR, 100, OBJ_WEAPONS, + 100, OBJ_POTIONS, 150, OBJ_MISSILES, 200, OBJ_SCROLLS, 200, OBJ_GOLD, -- cgit v1.2.3-54-g00ecf