mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +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
|
||||
public void startGame() throws GameException {
|
||||
int startLife = 20;
|
||||
int startLife = 25;
|
||||
boolean alsoHand = true;
|
||||
BrawlDuel game = new BrawlDuel(options.getAttackOption(), options.getRange(), options.getFreeMulligans(), startLife);
|
||||
game.setCheckCommanderDamage(false);
|
||||
|
|
Loading…
Reference in a new issue