fix [LTC] Song of Earendil

This commit is contained in:
xenohedron 2023-06-19 00:24:53 -04:00
parent fac63a0faf
commit dc4dde176e

View file

@ -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.