[NEO] fixed Michiko's Reign of Truth boost changing dynamically (fixes #8868)

This commit is contained in:
Evan Kranzler 2022-04-21 19:39:11 -04:00
parent f00aa4b298
commit 613720ad46

View file

@ -38,7 +38,7 @@ public final class MichikosReignOfTruth extends CardImpl {
// I, II Target creature gets +1/+1 until end of turn for each artifact and/or enchantment you control.
sagaAbility.addChapterEffect(
this, SagaChapter.CHAPTER_I, SagaChapter.CHAPTER_II,
new BoostTargetEffect(xValue, xValue, Duration.EndOfTurn)
new BoostTargetEffect(xValue, xValue, Duration.EndOfTurn, true)
.setText("target creature gets +1/+1 until end of turn " +
"for each artifact and/or enchantment you control"),
new TargetCreaturePermanent()