v0.2.4c: fixed potions not being properly frozen in heaps
This commit is contained in:
parent
6b4ac9848e
commit
985481de85
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue
Block a user