moved CopyPermanentEffect and fixed some cards with copy

This commit is contained in:
BetaSteward 2012-01-16 18:45:11 -05:00
parent c1a02e9418
commit a13bb9acf5
5 changed files with 53 additions and 67 deletions

View file

@ -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;