mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 19:59:54 -08:00
Fix March of the Machines
Add a DependencyType for ArtifactAddingRemoving and use it to make March of the Machines come after artifact type adding effects.
This commit is contained in:
parent
9ff3e2c670
commit
3198558dd6
4 changed files with 22 additions and 1 deletions
|
|
@ -76,6 +76,7 @@ class MarchOfTheMachinesEffect extends ContinuousEffectImpl {
|
|||
public MarchOfTheMachinesEffect() {
|
||||
super(Duration.WhileOnBattlefield, Outcome.BecomeCreature);
|
||||
staticText = "Each noncreature artifact is an artifact creature with power and toughness each equal to its converted mana cost";
|
||||
dependendToType = DependencyType.ArtifactAddingRemoving;
|
||||
}
|
||||
|
||||
public MarchOfTheMachinesEffect(final MarchOfTheMachinesEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue