summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index f309e7fc3a..3a49f7aee3 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -504,6 +504,8 @@ static void _expose_invent_to_element(beam_type flavour, int strength)
if (dec_inv_item_quantity(i, 1))
break;
+ else if (is_blood_potion(you.inv[i]))
+ remove_oldest_blood_potion(you.inv[i]);
}
}
}