Fixed play with top revealed not discared.

This commit is contained in:
magenoxx 2011-09-09 00:35:41 +04:00
parent e3862a685a
commit 7013ceeb0e

View file

@ -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