* Undying - Fixed that the creature with undying returnd under the control of the previous controller instead of the card owner.

This commit is contained in:
LevelX2 2015-02-25 22:21:17 +01:00
parent a8f8697a25
commit 329165555b
2 changed files with 38 additions and 1 deletions

View file

@ -23,7 +23,7 @@ public class UndyingAbility extends DiesTriggeredAbility {
public UndyingAbility() {
super(new UndyingEffect());
this.addEffect(new ReturnSourceFromGraveyardToBattlefieldEffect());
this.addEffect(new ReturnSourceFromGraveyardToBattlefieldEffect(false, true));
}
public UndyingAbility(final UndyingAbility ability) {