mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
fix [LTC] Song of Earendil
This commit is contained in:
parent
fac63a0faf
commit
dc4dde176e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public final class SongOfEarendil extends CardImpl {
|
|||
// I-- Scry 2, then draw two cards.
|
||||
sagaAbility.addChapterEffect(
|
||||
this, SagaChapter.CHAPTER_I, new ScryEffect(2, false),
|
||||
new DrawCardSourceControllerEffect(1).concatBy(", then")
|
||||
new DrawCardSourceControllerEffect(2).concatBy(", then")
|
||||
);
|
||||
|
||||
// II-- Create a Treasure token and a 2/2 blue Bird creature token with flying.
|
||||
|
|
Loading…
Reference in a new issue