* Added Celestial Convergence and some changes to game draw handling.

This commit is contained in:
LevelX2 2017-04-21 15:18:04 +02:00
parent 274e0f9052
commit e284922017
8 changed files with 278 additions and 31 deletions

View file

@ -2813,7 +2813,7 @@ public abstract class GameImpl implements Game, Serializable {
for (UUID playerToSetId : getState().getPlayersInRange(playerId, this)) {
Player playerToDraw = getPlayer(playerToSetId);
if (playerToDraw != null) {
playerToDraw.lostForced(this);
playerToDraw.drew(this);
}
}
}