mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
* Fixed a problem with left battlefield or dies triggered abilities of token permanents.
This commit is contained in:
parent
a47c0adfda
commit
2ca2caf9d5
6 changed files with 81 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue