forked from External/mage
[OTJ] Implement Roxanne, Starfall Savant
This commit is contained in:
parent
6f7047c763
commit
c42e67ea0f
7 changed files with 100 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ public class TapForManaAllTriggeredManaAbility extends TriggeredManaAbility {
|
|||
setTriggerPhrase("Whenever " + filter.getMessage() + " for mana, ");
|
||||
}
|
||||
|
||||
public TapForManaAllTriggeredManaAbility(TapForManaAllTriggeredManaAbility ability) {
|
||||
private TapForManaAllTriggeredManaAbility(TapForManaAllTriggeredManaAbility ability) {
|
||||
super(ability);
|
||||
this.filter = ability.filter.copy();
|
||||
this.setTargetPointer = ability.setTargetPointer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue