mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
missed revealed copy
This commit is contained in:
parent
360bbc86b5
commit
e3e686c719
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ public class GameState implements Serializable, Copyable<GameState> {
|
|||
this.turn = state.turn.copy();
|
||||
this.stack = state.stack.copy();
|
||||
this.exile = state.exile.copy();
|
||||
this.revealed = state.revealed.copy();
|
||||
this.battlefield = state.battlefield.copy();
|
||||
this.turnNum = state.turnNum;
|
||||
this.gameOver = state.gameOver;
|
||||
|
|
Loading…
Reference in a new issue