mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08: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;
|
boolean alsoHand = true;
|
||||||
Mulligan mulligan = options.getMulliganType().getMulligan(options.getFreeMulligans());
|
Mulligan mulligan = options.getMulliganType().getMulligan(options.getFreeMulligans());
|
||||||
OathbreakerFreeForAll game = new OathbreakerFreeForAll(options.getAttackOption(), options.getRange(), mulligan, startLife);
|
OathbreakerFreeForAll game = new OathbreakerFreeForAll(options.getAttackOption(), options.getRange(), mulligan, startLife);
|
||||||
|
game.setCheckCommanderDamage(false);
|
||||||
game.setStartMessage(this.createGameStartMessage());
|
game.setStartMessage(this.createGameStartMessage());
|
||||||
game.setAlsoHand(alsoHand);
|
game.setAlsoHand(alsoHand);
|
||||||
game.setAlsoLibrary(true);
|
game.setAlsoLibrary(true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue