forked from External/mage
* Added Celestial Convergence and some changes to game draw handling.
This commit is contained in:
parent
274e0f9052
commit
e284922017
8 changed files with 278 additions and 31 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue