mirror of
https://github.com/correl/mage.git
synced 2025-04-09 17:00:09 -09:00
updated Freeform Commander Duel life total to 40 (fixes #6010)
This commit is contained in:
parent
e9cbe5ab60
commit
6289e9a1f5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public class FreeformCommanderDuelMatch extends MatchImpl {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void startGame() throws GameException {
|
public void startGame() throws GameException {
|
||||||
int startLife = 20;
|
int startLife = 40;
|
||||||
|
|
||||||
Mulligan mulligan = options.getMulliganType().getMulligan(options.getFreeMulligans());
|
Mulligan mulligan = options.getMulliganType().getMulligan(options.getFreeMulligans());
|
||||||
FreeformCommanderDuel game = new FreeformCommanderDuel(options.getAttackOption(), options.getRange(), mulligan, startLife);
|
FreeformCommanderDuel game = new FreeformCommanderDuel(options.getAttackOption(), options.getRange(), mulligan, startLife);
|
||||||
|
|
Loading…
Add table
Reference in a new issue