mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 04:09:54 -08:00
* Angelic Destiny - Fixed that the enchantment did not return from graveyard to hand.
This commit is contained in:
parent
db694a4c1e
commit
988ed217f3
4 changed files with 101 additions and 6 deletions
|
|
@ -82,7 +82,7 @@ public class AngelicDestiny extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
|
||||
// When enchanted creature dies, return Angelic Destiny to its owner's hand.
|
||||
this.addAbility(new DiesAttachedTriggeredAbility(new ReturnToHandSourceEffect(), "enchanted creature"));
|
||||
this.addAbility(new DiesAttachedTriggeredAbility(new ReturnToHandSourceEffect(false, true), "enchanted creature"));
|
||||
}
|
||||
|
||||
public AngelicDestiny(final AngelicDestiny card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue