forked from External/mage
[TSR] various text fixes
This commit is contained in:
parent
bb2e0922ab
commit
6894ad96bc
22 changed files with 153 additions and 169 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue