mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[ACR] fix Fall of the First Civilization not drawing enough cards
This commit is contained in:
parent
b47e33a394
commit
d6709cd7e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue