summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-11 00:29:28 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-11 00:29:28 +0000
commit0bca2a20b6a35b2f3be34fab88902866ae7c38c6 (patch)
treeaa1b8d34088a4f4e3fb634f1b9bbc46f95dc3ab6 /crawl-ref/source/makeitem.cc
parent7a8e0bfea5712c2e1362aefb29a3fcd8f1ef8da2 (diff)
downloadcrawl-ref-0bca2a20b6a35b2f3be34fab88902866ae7c38c6.tar.gz
crawl-ref-0bca2a20b6a35b2f3be34fab88902866ae7c38c6.zip
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
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 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,