v0.4.3b: potions now press tiles when they are thrown onto them
This commit is contained in:
parent
6fee5aeebe
commit
dd2e8d5b5e
|
@ -216,7 +216,8 @@ public class Potion extends Item {
|
|||
super.onThrow( cell );
|
||||
|
||||
} else {
|
||||
|
||||
|
||||
Dungeon.level.press( cell, null );
|
||||
shatter( cell );
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user