mirror of
https://github.com/correl/mage.git
synced 2025-01-11 11:05:23 +00:00
* 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:
parent
152fd3da88
commit
bd6753da0b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue