forked from External/mage
initial changes, creation of branch, detailed in #4799
This commit is contained in:
parent
97b2b2feac
commit
7212b02e53
11 changed files with 44 additions and 33 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.randomUUID());
|
||||
this.setLife(game.getLife(), game, (UUID) null);
|
||||
this.setReachedNextTurnAfterLeaving(false);
|
||||
|
||||
this.castSourceIdWithAlternateMana = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue