mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
#3373: added exiling multiple targets in Mindbreak Trap
This commit is contained in:
parent
43586849bb
commit
83ee1252cd
2 changed files with 14 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ public class MindbreakTrap extends CardImpl {
|
|||
|
||||
// Exile any number of target spells.
|
||||
this.getSpellAbility().addTarget(new TargetSpell(0, Integer.MAX_VALUE, filter));
|
||||
this.getSpellAbility().addEffect(new ExileTargetEffect("Exile any number of target spells"));
|
||||
this.getSpellAbility().addEffect(new ExileTargetEffect("Exile any number of target spells", true));
|
||||
}
|
||||
|
||||
public MindbreakTrap(final MindbreakTrap card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue