From ef81b4c1125a2bedc476b4650c67d3edb4a3a5c2 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Fri, 18 Jul 2008 04:52:39 +0000 Subject: Applying r6596 to 0.4. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6597 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/ouch.cc | 2 ++ 1 file changed, 2 insertions(+) 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]); } } } -- cgit v1.2.3-54-g00ecf