summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/debug.cc')
-rw-r--r--crawl-ref/source/debug.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index 3fa9861253..ae71901a4b 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -1235,9 +1235,12 @@ void create_spec_object()
mitm[thing_created].plus = 50;
break;
+ case OBJ_POTIONS:
+ if (mitm[thing_created].sub_type == POT_BLOOD)
+ mitm[thing_created].special = 1200;
+ // fall-through
case OBJ_FOOD:
case OBJ_SCROLLS:
- case OBJ_POTIONS:
mitm[thing_created].quantity = 12;
break;