forked from External/mage
[LTC] Implement Motivated Pony (#10716)
This commit is contained in:
parent
daa201d524
commit
67407a8780
4 changed files with 135 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ public class AttacksTriggeredAbility extends TriggeredAbilityImpl {
|
|||
setTriggerPhrase("Whenever {this} attacks, ");
|
||||
}
|
||||
|
||||
public AttacksTriggeredAbility(final AttacksTriggeredAbility ability) {
|
||||
protected AttacksTriggeredAbility(final AttacksTriggeredAbility ability) {
|
||||
super(ability);
|
||||
this.text = ability.text;
|
||||
this.setTargetPointer = ability.setTargetPointer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue