mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
* Duel Commander - Removed commander damage logic.
This commit is contained in:
parent
1c1e4daaf3
commit
c996454486
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ import mage.watchers.common.CommanderInfoWatcher;
|
|||
public abstract class GameCommanderImpl extends GameImpl {
|
||||
|
||||
// private final Map<UUID, Cards> mulliganedCards = new HashMap<>();
|
||||
protected boolean checkCommanderDamage;
|
||||
protected boolean checkCommanderDamage = true;
|
||||
protected boolean alsoHand; // replace commander going to hand
|
||||
protected boolean alsoLibrary; // replace commander going to library
|
||||
protected boolean startingPlayerSkipsDraw = true;
|
||||
|
|
Loading…
Reference in a new issue