* Added "Duel Commander" format (fixes #436).

This commit is contained in:
LevelX2 2014-11-08 01:33:29 +01:00
parent 6f8de373ac
commit d7f100b24b
21 changed files with 280 additions and 167 deletions

View file

@ -40,8 +40,8 @@ public class CommanderFreeForAll extends GameCommanderImpl {
private int numPlayers;
public CommanderFreeForAll(MultiplayerAttackOption attackOption, RangeOfInfluence range, int freeMulligans) {
super(attackOption, range, freeMulligans);
public CommanderFreeForAll(MultiplayerAttackOption attackOption, RangeOfInfluence range, int freeMulligans, int startLife) {
super(attackOption, range, freeMulligans, startLife);
}
public CommanderFreeForAll(final CommanderFreeForAll game) {