mirror of
https://github.com/correl/mage.git
synced 2025-03-28 13:00:16 -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
|
||||
public void startGame() throws GameException {
|
||||
int startLife = 20;
|
||||
int startLife = 40;
|
||||
|
||||
Mulligan mulligan = options.getMulliganType().getMulligan(options.getFreeMulligans());
|
||||
FreeformCommanderDuel game = new FreeformCommanderDuel(options.getAttackOption(), options.getRange(), mulligan, startLife);
|
||||
|
|
Loading…
Add table
Reference in a new issue