mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Set all cards at game start to face up (can be set to face down from previous game of the match e.g. by Pyxis of Pandemonium).
This commit is contained in:
parent
10a664cc6f
commit
6068357c3f
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ public abstract class GameImpl implements Game, Serializable {
|
|||
card = ((PermanentCard)card).getCard();
|
||||
}
|
||||
card.setOwnerId(ownerId);
|
||||
card.setFaceDown(false); // can be set face dwon from previous game
|
||||
gameCards.put(card.getId(), card);
|
||||
state.addCard(card);
|
||||
if (card.isSplitCard()) {
|
||||
|
|
Loading…
Reference in a new issue