mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 04:09:54 -08:00
* Runic Repetition - Fixed that exiled cards not in the default exile window could not be selected as target (fixes #720).
This commit is contained in:
parent
dfd46bd94e
commit
2969ea2fac
3 changed files with 15 additions and 5 deletions
|
|
@ -56,10 +56,8 @@ public class RunicRepetition extends CardImpl {
|
|||
super(ownerId, 72, "Runic Repetition", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{2}{U}");
|
||||
this.expansionSetCode = "ISD";
|
||||
|
||||
this.color.setBlue(true);
|
||||
|
||||
// Return target exiled card with flashback you own to your hand.
|
||||
TargetCardInExile target = new TargetCardInExile(filter, null);
|
||||
TargetCardInExile target = new TargetCardInExile(filter);
|
||||
this.getSpellAbility().addTarget(target);
|
||||
this.getSpellAbility().addEffect(new ReturnToHandTargetEffect());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue