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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 0ccdd227c6..bf0a595bb2 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -2361,7 +2361,7 @@ static void _generate_potion_item(item_def& item, int force_type,
item.sub_type = stype;
}
- if (item.sub_type == POT_BLOOD || item.sub_type == POT_BLOOD_COAGULATED)
+ if (is_blood_potion(item))
init_stack_blood_potions(item);
}