From 4345fe8f3cef1eae94e70f8dce4a359d7bf732c0 Mon Sep 17 00:00:00 2001 From: PurpleCrowbar <26198472+PurpleCrowbar@users.noreply.github.com> Date: Wed, 21 Jun 2023 23:26:22 +0100 Subject: [PATCH] Fix There and Back Again text --- Mage.Sets/src/mage/cards/t/ThereAndBackAgain.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/t/ThereAndBackAgain.java b/Mage.Sets/src/mage/cards/t/ThereAndBackAgain.java index 1fbd7ea5d87..23fb71ec93c 100644 --- a/Mage.Sets/src/mage/cards/t/ThereAndBackAgain.java +++ b/Mage.Sets/src/mage/cards/t/ThereAndBackAgain.java @@ -42,7 +42,7 @@ public final class ThereAndBackAgain extends CardImpl { sagaAbility.addChapterEffect( this, SagaChapter.CHAPTER_I, SagaChapter.CHAPTER_I, new Effects( - new CantBlockTargetEffect(Duration.WhileControlled), new TheRingTemptsYouEffect() + new CantBlockTargetEffect(Duration.WhileControlled).setText("Up to one target creature can't block for as long as you control {this}"), new TheRingTemptsYouEffect() ), new TargetCreaturePermanent(0, 1) );