Closes #13. Boxes are now purrfectly stackable.

This commit is contained in:
2016-05-14 19:47:29 +02:00
parent 230f36d856
commit 378f26fdff
4 changed files with 17 additions and 1 deletions

View File

@ -30,6 +30,12 @@ public class Wall extends Tile {
}
}
@Override
public boolean boxPermission()
{
return false;
}
@Override
public void onEntry(PlayerBase playerBase) {
super.onEntry(playerBase);