refactor: simplify DrawCardSourceControllerEffect text generation (#12621)

This commit is contained in:
jimga150 2024-07-31 22:46:22 -04:00 committed by GitHub
parent ee3cab84ef
commit f2d3850250
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
74 changed files with 88 additions and 86 deletions

View file

@ -33,7 +33,7 @@ public final class TyvarKellEmblem extends Emblem {
HasteAbility.getInstance(), Duration.EndOfTurn, null, true
).setText("it gains haste until end of turn"), filter, false, SetTargetPointer.CARD
);
ability.addEffect(new DrawCardSourceControllerEffect(2, "you").concatBy("and"));
ability.addEffect(new DrawCardSourceControllerEffect(2, true).concatBy("and"));
this.getAbilities().add(ability);
}