forked from External/mage
Fix King of the Oathbreaker (#10747)
This commit is contained in:
parent
9889baa0bc
commit
5c58e28f9b
2 changed files with 11 additions and 10 deletions
|
|
@ -9,7 +9,6 @@ import mage.game.events.GameEvent;
|
|||
import mage.game.permanent.Permanent;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author TheElk801
|
||||
*/
|
||||
public class PhaseInTriggeredAbility extends TriggeredAbilityImpl {
|
||||
|
|
@ -26,8 +25,9 @@ public class PhaseInTriggeredAbility extends TriggeredAbilityImpl {
|
|||
setTriggerPhrase("Whenever " + filter.getMessage() + " phases in, ");
|
||||
}
|
||||
|
||||
public PhaseInTriggeredAbility(final PhaseInTriggeredAbility ability) {
|
||||
private PhaseInTriggeredAbility(final PhaseInTriggeredAbility ability) {
|
||||
super(ability);
|
||||
this.filter = ability.filter;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue