mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08:00
lots of fixes - mainly to continuous effects and zone changes
This commit is contained in:
parent
b1858396a5
commit
0cd0b7045a
93 changed files with 600 additions and 348 deletions
|
|
@ -96,7 +96,7 @@ public class FreeForAll extends GameImpl<FreeForAll> {
|
|||
numCards += 1;
|
||||
mulliganed.add(playerId);
|
||||
}
|
||||
player.getLibrary().addAll(player.getHand().getCards(this));
|
||||
player.getLibrary().addAll(player.getHand().getCards(this), this);
|
||||
player.getHand().clear();
|
||||
player.shuffleLibrary(this);
|
||||
player.drawCards(numCards - 1, this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue