1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-03 09:18:59 -09:00

* Brought Back - fixed that it return permanents untapped instead tapped;

This commit is contained in:
Oleg Agafonov 2019-07-01 09:22:45 +04:00
parent 2de535feb2
commit df4fd1373e

View file

@ -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.
this.getSpellAbility().addEffect(
new ReturnFromGraveyardToBattlefieldTargetEffect()
new ReturnFromGraveyardToBattlefieldTargetEffect(true)
.setText("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.")