mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
Add Centurion banlist
This commit is contained in:
parent
041fb31205
commit
35a4f1a2fd
6 changed files with 92 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ public class CommanderDuelMatch extends MatchImpl {
|
|||
startLife = 20; // Starting with the Commander 2016 update (on November 11th, 2016), Duel Commander will be played with 20 life points instead of 30.
|
||||
checkCommanderDamage = false; // since nov 16 duel commander uses no longer commander damage rule
|
||||
}
|
||||
if (options.getDeckType().equals("Variant Magic - MTGO 1v1 Commander")) {
|
||||
if (options.getDeckType().equals("Variant Magic - MTGO 1v1 Commander") || options.getDeckType().equals("Variant Magic - Centurion Commander")) {
|
||||
startLife = 30;
|
||||
}
|
||||
Mulligan mulligan = options.getMulliganType().getMulligan(options.getFreeMulligans());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue