forked from External/mage
[C21] Implemented Yedora, Grave Gardener
This commit is contained in:
parent
7778e867f8
commit
bf2e90feae
9 changed files with 193 additions and 87 deletions
|
|
@ -9,10 +9,7 @@ import mage.constants.Zone;
|
|||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.Set;
|
||||
import java.util.UUID;
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
* @author LevelX2
|
||||
|
|
@ -61,6 +58,13 @@ public class FixedTargets extends TargetPointerImpl {
|
|||
this.initialized = true;
|
||||
}
|
||||
|
||||
public FixedTargets(Collection<MageObjectReference> morSet, Game game) {
|
||||
super();
|
||||
|
||||
targets.addAll(morSet);
|
||||
this.initialized = true;
|
||||
}
|
||||
|
||||
private FixedTargets(final FixedTargets targetPointer) {
|
||||
super(targetPointer);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue