mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
[NEO] fixed Michiko's Reign of Truth boost changing dynamically (fixes #8868)
This commit is contained in:
parent
f00aa4b298
commit
613720ad46
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue