mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Fleeting Aven return to Hand no longer optional, fixes #7780
This commit is contained in:
parent
050db19e40
commit
2e5619e268
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public final class FleetingAven extends CardImpl {
|
|||
this.addAbility(FlyingAbility.getInstance());
|
||||
|
||||
// Whenever a player cycles a card, return Fleeting Aven to its owner's hand.
|
||||
this.addAbility(new CycleAllTriggeredAbility(new ReturnToHandSourceEffect(true), true));
|
||||
this.addAbility(new CycleAllTriggeredAbility(new ReturnToHandSourceEffect(true), false));
|
||||
}
|
||||
|
||||
private FleetingAven(final FleetingAven card) {
|
||||
|
|
Loading…
Reference in a new issue