mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
Fix There and Back Again text
This commit is contained in:
parent
a9c28c420f
commit
4345fe8f3c
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ public final class ThereAndBackAgain extends CardImpl {
|
||||||
sagaAbility.addChapterEffect(
|
sagaAbility.addChapterEffect(
|
||||||
this, SagaChapter.CHAPTER_I, SagaChapter.CHAPTER_I,
|
this, SagaChapter.CHAPTER_I, SagaChapter.CHAPTER_I,
|
||||||
new Effects(
|
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)
|
), new TargetCreaturePermanent(0, 1)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue