now "flying" Stargates destroy Replicators, and belonging bugfix

Game.playerBaseDestroyed() is not called everythime a PlayerBase is
destroyed.
This commit is contained in:
2016-05-13 23:52:10 +02:00
parent 7d059701cc
commit 89a1da497f
9 changed files with 16 additions and 4 deletions

View File

@ -20,7 +20,6 @@ public class PlayerBase implements Destroyable {
public void destroy() {
destroyed = true;
Game.instance.playerBaseDestroyed(this);
}
public Tile getCurrentTile() {