mirror of
https://github.com/correl/mage.git
synced 2024-11-21 19:18:40 +00: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…
Reference in a new issue