mirror of
https://github.com/correl/mage.git
synced 2025-04-10 01:01:05 -09:00
* Brought Back - fixed that it return permanents untapped instead tapped;
This commit is contained in:
parent
2de535feb2
commit
df4fd1373e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public final class BroughtBack extends CardImpl {
|
||||||
|
|
||||||
// Choose up to two target permanent cards in your graveyard that were put there from the battlefield this turn. Return them to the battlefield tapped.
|
// Choose up to two target permanent cards in your graveyard that were put there from the battlefield this turn. Return them to the battlefield tapped.
|
||||||
this.getSpellAbility().addEffect(
|
this.getSpellAbility().addEffect(
|
||||||
new ReturnFromGraveyardToBattlefieldTargetEffect()
|
new ReturnFromGraveyardToBattlefieldTargetEffect(true)
|
||||||
.setText("Choose up to two target permanent cards in your graveyard " +
|
.setText("Choose up to two target permanent cards in your graveyard " +
|
||||||
"that were put there from the battlefield this turn. " +
|
"that were put there from the battlefield this turn. " +
|
||||||
"Return them to the battlefield tapped.")
|
"Return them to the battlefield tapped.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue