mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
moved CopyPermanentEffect and fixed some cards with copy
This commit is contained in:
parent
c1a02e9418
commit
a13bb9acf5
5 changed files with 53 additions and 67 deletions
|
|
@ -25,12 +25,11 @@
|
|||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.abilities.common;
|
||||
package mage.abilities.effects.common;
|
||||
|
||||
import mage.Constants.Outcome;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.effects.OneShotEffect;
|
||||
import mage.abilities.effects.common.CopyEffect;
|
||||
import mage.filter.FilterPermanent;
|
||||
import mage.filter.common.FilterCreaturePermanent;
|
||||
import mage.game.Game;
|
||||
Loading…
Add table
Add a link
Reference in a new issue