mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
[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;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ public class UntapAllEffect extends OneShotEffect {
|
|||
this.filter = filter;
|
||||
}
|
||||
|
||||
public UntapAllEffect(final UntapAllEffect effect) {
|
||||
protected UntapAllEffect(final UntapAllEffect effect) {
|
||||
super(effect);
|
||||
this.filter = effect.filter;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue