diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Heap.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Heap.java index 0e7d7ac30..8bd34bd7d 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Heap.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Heap.java @@ -315,6 +315,7 @@ public class Heap implements Bundlable { replace( item, FrozenCarpaccio.cook( (MysteryMeat)item ) ); frozen = true; } else if (item instanceof Potion) { + items.remove(item); ((Potion) item).shatter(pos); frozen = true; } else if (item instanceof Bomb){