Additional tests, inventory fixes

This commit is contained in:
Anuken
2018-11-23 12:40:36 -05:00
parent 30b5dd63e4
commit e5d6740555
10 changed files with 55 additions and 15 deletions
@@ -193,7 +193,7 @@ public abstract class InputHandler extends InputAdapter{
}
//call tapped event
if(tile.getTeam() == player.getTeam()){
if(!consumed && tile.getTeam() == player.getTeam()){
Call.onTileTapped(player, tile);
}