forked from External/mage
fix more text
This commit is contained in:
parent
867a8f54b0
commit
81f97c3b0e
43 changed files with 85 additions and 73 deletions
|
|
@ -24,7 +24,11 @@ public class TapForManaAllTriggeredAbility extends TriggeredAbilityImpl {
|
|||
private final SetTargetPointer setTargetPointer;
|
||||
|
||||
public TapForManaAllTriggeredAbility(Effect effect, FilterPermanent filter, SetTargetPointer setTargetPointer) {
|
||||
super(Zone.BATTLEFIELD, effect);
|
||||
this(effect, filter, setTargetPointer, false);
|
||||
}
|
||||
|
||||
public TapForManaAllTriggeredAbility(Effect effect, FilterPermanent filter, SetTargetPointer setTargetPointer, boolean optional) {
|
||||
super(Zone.BATTLEFIELD, effect, optional);
|
||||
this.filter = filter;
|
||||
this.setTargetPointer = setTargetPointer;
|
||||
setTriggerPhrase("Whenever " + filter.getMessage() + " for mana, ");
|
||||
|
|
@ -69,4 +73,4 @@ public class TapForManaAllTriggeredAbility extends TriggeredAbilityImpl {
|
|||
public TapForManaAllTriggeredAbility copy() {
|
||||
return new TapForManaAllTriggeredAbility(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue