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
|
|
@ -49,6 +49,7 @@ public class DestroySourceEffect extends OneShotEffect<DestroySourceEffect> {
|
|||
public DestroySourceEffect(boolean noRegen) {
|
||||
super(Outcome.DestroyPermanent);
|
||||
this.noRegen = noRegen;
|
||||
staticText = "Destroy {this}";
|
||||
}
|
||||
|
||||
public DestroySourceEffect(final DestroySourceEffect effect) {
|
||||
|
|
@ -71,9 +72,4 @@ public class DestroySourceEffect extends OneShotEffect<DestroySourceEffect> {
|
|||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getText(Ability source) {
|
||||
return "Destroy {this}";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue