mirror of
https://github.com/correl/mage.git
synced 2025-04-05 01:09:06 -09:00
Merge fix
This commit is contained in:
parent
2f04a0d979
commit
e1259d0dd6
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ public class OathbreakerFreeForAllMatch extends MatchImpl {
|
|||
boolean alsoHand = true;
|
||||
Mulligan mulligan = options.getMulliganType().getMulligan(options.getFreeMulligans());
|
||||
OathbreakerFreeForAll game = new OathbreakerFreeForAll(options.getAttackOption(), options.getRange(), mulligan, startLife);
|
||||
game.setCheckCommanderDamage(false);
|
||||
game.setStartMessage(this.createGameStartMessage());
|
||||
game.setAlsoHand(alsoHand);
|
||||
game.setAlsoLibrary(true);
|
||||
|
|
Loading…
Add table
Reference in a new issue