updated 1 on 1 Brawl life total

This commit is contained in:
Evan Kranzler 2018-07-09 11:25:47 -04:00
parent 620d524b68
commit 490217facd

View file

@ -16,7 +16,7 @@ public class BrawlDuelMatch extends MatchImpl {
@Override @Override
public void startGame() throws GameException { public void startGame() throws GameException {
int startLife = 20; int startLife = 25;
boolean alsoHand = true; boolean alsoHand = true;
BrawlDuel game = new BrawlDuel(options.getAttackOption(), options.getRange(), options.getFreeMulligans(), startLife); BrawlDuel game = new BrawlDuel(options.getAttackOption(), options.getRange(), options.getFreeMulligans(), startLife);
game.setCheckCommanderDamage(false); game.setCheckCommanderDamage(false);