v0.4.3b: potions now press tiles when they are thrown onto them

This commit is contained in:
Evan Debenham
2016-11-02 21:14:55 -04:00
parent 6fee5aeebe
commit dd2e8d5b5e
@@ -217,6 +217,7 @@ public class Potion extends Item {
} else { } else {
Dungeon.level.press( cell, null );
shatter( cell ); shatter( cell );
} }