forked from External/mage
Change EnchantAbility parameter from String to Target (#9588)
This commit is contained in:
parent
57efc02710
commit
c9a7aedfb2
1082 changed files with 1152 additions and 1152 deletions
|
|
@ -100,7 +100,7 @@ class AnimateDeadReplaceAbilityEffect extends ContinuousEffectImpl implements So
|
|||
FilterCreaturePermanent filter = new FilterCreaturePermanent("creature put onto the battlefield with {this}");
|
||||
filter.add(new AnimateDeadPredicate(source.getSourceId()));
|
||||
newTarget = new TargetCreaturePermanent(filter);
|
||||
newAbility = new EnchantAbility(newTarget.getTargetName());
|
||||
newAbility = new EnchantAbility(newTarget);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue