[ACR] fix Fall of the First Civilization not drawing enough cards

This commit is contained in:
theelk801 2025-06-13 19:22:20 -04:00
parent b47e33a394
commit d6709cd7e9

View file

@ -45,7 +45,7 @@ public final class FallOfTheFirstCivilization extends CardImpl {
sagaAbility.addChapterEffect( sagaAbility.addChapterEffect(
this, SagaChapter.CHAPTER_I, this, SagaChapter.CHAPTER_I,
new Effects( new Effects(
new DrawCardSourceControllerEffect(1).setText("you"), new DrawCardSourceControllerEffect(2).setText("you"),
new DrawCardTargetEffect(2).setText("and target opponent each draw two cards") new DrawCardTargetEffect(2).setText("and target opponent each draw two cards")
), new TargetOpponent() ), new TargetOpponent()
); );