forked from External/mage
Implement [APC] Suppress
This commit is contained in:
parent
02c9896774
commit
519ecb35c1
3 changed files with 86 additions and 5 deletions
|
|
@ -16,6 +16,7 @@ public class AtTheBeginOfPlayersNextEndStepDelayedTriggeredAbility extends Delay
|
|||
public AtTheBeginOfPlayersNextEndStepDelayedTriggeredAbility(Effect effect, UUID playerId) {
|
||||
super(effect, Duration.Custom, true, false);
|
||||
this.playerId = playerId;
|
||||
this.setTriggerPhrase("At the beginning of its owners next end step, ");
|
||||
}
|
||||
|
||||
protected AtTheBeginOfPlayersNextEndStepDelayedTriggeredAbility(final AtTheBeginOfPlayersNextEndStepDelayedTriggeredAbility ability) {
|
||||
|
|
@ -38,9 +39,4 @@ public class AtTheBeginOfPlayersNextEndStepDelayedTriggeredAbility extends Delay
|
|||
return game.getActivePlayerId().equals(playerId);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "At the beginning of its owners next end step, " + super.getRule();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue