mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Merge/origin
This commit is contained in:
parent
58e4cb45c3
commit
98d8269918
1 changed files with 106 additions and 108 deletions
|
@ -27,8 +27,6 @@
|
|||
*/
|
||||
package mage.sets.portalthreekingdoms;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.effects.ContinuousEffect;
|
||||
|
@ -44,7 +42,7 @@ import mage.filter.predicate.mageobject.CardTypePredicate;
|
|||
import mage.game.Game;
|
||||
import mage.players.Player;
|
||||
import mage.target.common.TargetOpponent;
|
||||
import mage.target.targetpointer.FixedTargets;
|
||||
import mage.target.targetpointer.FixedTarget;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue