forked from External/mage
this is a big one - fixed modal targetting and refactored getText()
This commit is contained in:
parent
1b6e78c489
commit
84b9cbb16b
373 changed files with 912 additions and 1814 deletions
|
|
@ -45,6 +45,7 @@ public class RemoveDelayedTriggeredAbilityEffect extends OneShotEffect<RemoveDel
|
|||
public RemoveDelayedTriggeredAbilityEffect(UUID abilityId) {
|
||||
super(Outcome.Neutral);
|
||||
this.abilityId = abilityId;
|
||||
staticText = "remove triggered ability";
|
||||
}
|
||||
|
||||
public RemoveDelayedTriggeredAbilityEffect(final RemoveDelayedTriggeredAbilityEffect effect) {
|
||||
|
|
@ -63,10 +64,4 @@ public class RemoveDelayedTriggeredAbilityEffect extends OneShotEffect<RemoveDel
|
|||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getText(Ability source) {
|
||||
//TODO: improve this
|
||||
return "remove triggered ability";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue