* Fixed a problem with left battlefield or dies triggered abilities of token permanents.

This commit is contained in:
LevelX2 2015-04-21 17:18:50 +02:00
parent a47c0adfda
commit 2ca2caf9d5
6 changed files with 81 additions and 8 deletions

View file

@ -29,7 +29,6 @@ package mage.sets.dragonsoftarkir;
import java.util.UUID;
import mage.abilities.Ability;
import mage.abilities.costs.Cost;
import mage.abilities.costs.common.RevealTargetFromHandCost;
import mage.abilities.effects.OneShotEffect;
import mage.abilities.effects.common.DamageTargetEffect;

View file

@ -50,7 +50,7 @@ public class Thragtusk extends CardImpl {
this.expansionSetCode = "M13";
this.subtype.add("Beast");
this.color.setGreen(true);
this.power = new MageInt(5);
this.toughness = new MageInt(3);

View file

@ -59,7 +59,7 @@ public class PhyrexianMetamorph extends CardImpl {
super(ownerId, 42, "Phyrexian Metamorph", Rarity.RARE, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{3}{UP}");
this.expansionSetCode = "NPH";
this.subtype.add("Shapeshifter");
this.color.setBlue(true);
this.power = new MageInt(0);
this.toughness = new MageInt(0);