fixed bug where Tiles would be replaced with Fields on PlayerBase.destroy()
This commit is contained in:
@ -11,6 +11,12 @@ public class Gap extends cicaprojekt.Tile {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isGap()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onEntry(PlayerBase playerBase) {
|
||||
super.onEntry(playerBase);
|
||||
|
Reference in New Issue
Block a user