* Duel Commander - Fixed that for duel commander muliplayer games the specific (e.g. starting life) duel commander rule changes did not take place.

This commit is contained in:
LevelX2 2014-12-31 09:52:48 +01:00
parent 152fd3da88
commit bd6753da0b

View file

@ -45,7 +45,7 @@ public class CommanderFreeForAllMatch extends MatchImpl {
public void startGame() throws GameException {
int startLife = 40;
boolean alsoLibrary = false;
if (options.getDeckType().equals("Duel Commander")) {
if (options.getDeckType().equals("Variant Magic - Duel Commander")) {
startLife = 30;
alsoLibrary = true;
}