Tokens and command objects reworked (part 2 of 2, tokens/emblems)

This commit is contained in:
Oleg Agafonov 2023-05-08 02:18:42 +04:00
parent 5f55c7c667
commit f2d93f224f
591 changed files with 1368 additions and 4425 deletions

View file

@ -1,5 +1,3 @@
package mage.game.permanent.token;
import mage.MageInt;
@ -16,10 +14,7 @@ import mage.filter.common.FilterCreatureCard;
import mage.filter.predicate.mageobject.NamePredicate;
import mage.target.common.TargetCardInYourGraveyard;
import java.util.Arrays;
/**
*
* @author spjspj
*/
public final class DeathpactAngelToken extends TokenImpl {
@ -47,8 +42,6 @@ public final class DeathpactAngelToken extends TokenImpl {
ability.addCost(new SacrificeSourceCost());
ability.addTarget(new TargetCardInYourGraveyard(filter));
this.addAbility(ability);
availableImageSetCodes = Arrays.asList("GTC", "GK2");
}
public DeathpactAngelToken(final DeathpactAngelToken token) {