[TSR] various text fixes

This commit is contained in:
Evan Kranzler 2021-03-05 19:10:29 -05:00
parent bb2e0922ab
commit 6894ad96bc
22 changed files with 153 additions and 169 deletions

View file

@ -20,7 +20,7 @@ public class BecomesTargetTriggeredAbility extends TriggeredAbilityImpl {
private final SetTargetPointer setTargetPointer;
public BecomesTargetTriggeredAbility(Effect effect) {
this(effect, StaticFilters.FILTER_SPELL_OR_ABILITY);
this(effect, StaticFilters.FILTER_SPELL_OR_ABILITY_A);
}
public BecomesTargetTriggeredAbility(Effect effect, FilterStackObject filter) {