* Angelic Destiny - Fixed that the enchantment did not return from graveyard to hand.

This commit is contained in:
LevelX2 2015-05-13 23:05:02 +02:00
parent db694a4c1e
commit 988ed217f3
4 changed files with 101 additions and 6 deletions

View file

@ -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) {