mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
[NEO] fixed Michiko's Reign of Truth final chapter number (fixes #8709)
This commit is contained in:
parent
f211a72681
commit
b717f99b4b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public final class MichikosReignOfTruth extends CardImpl {
|
|||
this.secondSideCardClazz = mage.cards.p.PortraitOfMichiko.class;
|
||||
|
||||
// (As this Saga enters and after your draw step, add a lore counter.)
|
||||
SagaAbility sagaAbility = new SagaAbility(this, SagaChapter.CHAPTER_I);
|
||||
SagaAbility sagaAbility = new SagaAbility(this);
|
||||
|
||||
// I, II — Target creature gets +1/+1 until end of turn for each artifact and/or enchantment you control.
|
||||
sagaAbility.addChapterEffect(
|
||||
|
|
Loading…
Reference in a new issue