mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fixed play with top revealed not discared.
This commit is contained in:
parent
e3862a685a
commit
7013ceeb0e
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ public abstract class PlayerImpl<T extends PlayerImpl<T>> implements Player, Ser
|
|||
this.landsPerTurn = 1;
|
||||
this.maxHandSize = 7;
|
||||
this.lifeTotalCanChange = true;
|
||||
this.topCardRevealed = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue