forked from External/mage
refactor: simplify DrawCardSourceControllerEffect text generation (#12621)
This commit is contained in:
parent
ee3cab84ef
commit
f2d3850250
74 changed files with 88 additions and 86 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue