mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Fix Psychic Frog exiling cards to unused source exile zone
This commit is contained in:
parent
fd50341b99
commit
9487455feb
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public final class PsychicFrog extends CardImpl {
|
|||
// Exile three cards from your graveyard: Psychic Frog gains flying until end of turn.
|
||||
this.addAbility(new SimpleActivatedAbility(
|
||||
new GainAbilitySourceEffect(FlyingAbility.getInstance(), Duration.EndOfTurn),
|
||||
new ExileFromGraveCost(new TargetCardInYourGraveyard(3))
|
||||
new ExileFromGraveCost(new TargetCardInYourGraveyard(3)).withSourceExileZone(false)
|
||||
));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue