forked from External/mage
Revert "Merge branch 'planeswalkerErrata' into master"
This reverts commit95d2721421, reversing changes made tofc4986a589.
This commit is contained in:
parent
95d2721421
commit
f10b62f3da
754 changed files with 3051 additions and 3085 deletions
|
|
@ -440,7 +440,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
this.canLoseLife = true;
|
||||
this.topCardRevealed = false;
|
||||
this.payManaMode = false;
|
||||
this.setLife(game.getLife(), game, (UUID) null);
|
||||
this.setLife(game.getLife(), game, UUID.randomUUID());
|
||||
this.setReachedNextTurnAfterLeaving(false);
|
||||
|
||||
this.castSourceIdWithAlternateMana = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue