mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08:00
fixed Mass Manipulation targeting issues
This commit is contained in:
parent
36852c0bd5
commit
0311ca8c6e
2 changed files with 2 additions and 2 deletions
|
|
@ -45,6 +45,6 @@ enum MassManipulationAdjuster implements TargetAdjuster {
|
|||
@Override
|
||||
public void adjustTargets(Ability ability, Game game) {
|
||||
ability.getTargets().clear();
|
||||
ability.addTarget(new TargetCreatureOrPlaneswalker(ability.getManaCosts().getX()));
|
||||
ability.addTarget(new TargetCreatureOrPlaneswalker(ability.getManaCostsToPay().getX()));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue