mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
updated 1 on 1 Brawl life total
This commit is contained in:
parent
620d524b68
commit
490217facd
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue