mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Mana Bloom - Fixed that Mana Bloom couldn't be used after cancel or undo (fixes #255).
This commit is contained in:
parent
98627c82df
commit
f9c79e509f
1 changed files with 1 additions and 0 deletions
|
@ -436,6 +436,7 @@ public class GameState implements Serializable, Copyable<GameState> {
|
|||
this.exile = state.exile;
|
||||
this.battlefield = state.battlefield;
|
||||
this.zones = state.zones;
|
||||
this.values = state.values;
|
||||
for (Player copyPlayer: state.players.values()) {
|
||||
Player origPlayer = players.get(copyPlayer.getId());
|
||||
origPlayer.restore(copyPlayer);
|
||||
|
|
Loading…
Reference in a new issue