1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-05 01:09:06 -09:00

Merge fix

This commit is contained in:
Oleg Agafonov 2019-05-27 16:21:22 +04:00
parent 2f04a0d979
commit e1259d0dd6

View file

@ -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);