From df4fd1373e0477fb6fdf27bacff5e478de976ce6 Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Mon, 1 Jul 2019 09:22:45 +0400 Subject: [PATCH] * Brought Back - fixed that it return permanents untapped instead tapped; --- Mage.Sets/src/mage/cards/b/BroughtBack.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/b/BroughtBack.java b/Mage.Sets/src/mage/cards/b/BroughtBack.java index e50015d5876..a8ede6d62ae 100644 --- a/Mage.Sets/src/mage/cards/b/BroughtBack.java +++ b/Mage.Sets/src/mage/cards/b/BroughtBack.java @@ -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.")