mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
[ZNR] fixed missing target for Malakir Rebirth (#7046)
This commit is contained in:
parent
4ae51531b6
commit
a1f0c58aa1
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ import mage.constants.Duration;
|
|||
import mage.constants.Outcome;
|
||||
import mage.game.Game;
|
||||
import mage.players.Player;
|
||||
import mage.target.common.TargetCreaturePermanent;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
|
@ -28,6 +29,7 @@ public final class MalakirRebirth extends CardImpl {
|
|||
|
||||
// Choose target creature. You lose 2 life. Until end of turn, that creature gains "When this creature dies, return it to the battlefield tapped under its owner's control."
|
||||
this.getSpellAbility().addEffect(new MalakirRebirthEffect());
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
|
||||
}
|
||||
|
||||
private MalakirRebirth(final MalakirRebirth card) {
|
||||
|
|
Loading…
Add table
Reference in a new issue