mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
* Commander - Allow activated abilities from command zone, card going back fom exile zone after commander mulligan are no longer face down in library.
This commit is contained in:
parent
408a66ee42
commit
aa6be2f4da
3 changed files with 15 additions and 2 deletions
|
|
@ -171,6 +171,7 @@ public class CommanderDuel extends GameImpl<CommanderDuel> {
|
|||
if(player != null && mulliganedCards.containsKey(playerId)){
|
||||
for(Card card : mulliganedCards.get(playerId).getCards(this)){
|
||||
if(card != null){
|
||||
card.setFaceDown(false);
|
||||
card.moveToZone(Zone.LIBRARY, null, this, false);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue