forked from External/mage
Added Profane Command, Hallowed Spiritkeeper, Song of the Dryads, Phantom Centaur, Freyalise Llanowar's Fury.
This commit is contained in:
parent
bf31fcb585
commit
8d76836eb6
13 changed files with 807 additions and 17 deletions
|
|
@ -47,7 +47,7 @@ import mage.target.common.TargetOpponent;
|
|||
public class Modes extends LinkedHashMap<UUID, Mode> {
|
||||
|
||||
private UUID modeId;
|
||||
private final Set<UUID> selectedModes = new LinkedHashSet<UUID>();
|
||||
private final Set<UUID> selectedModes = new LinkedHashSet<>();
|
||||
private int minModes;
|
||||
private int maxModes;
|
||||
private TargetController modeChooser;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue