mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08: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…
Add table
Add a link
Reference in a new issue