mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
* 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:
parent
a8f8697a25
commit
329165555b
2 changed files with 38 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue