forked from External/mage
many the text fixes
This commit is contained in:
parent
8f89253b58
commit
1816c8ad73
99 changed files with 208 additions and 227 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.abilities.effects.common;
|
||||
|
||||
import mage.abilities.Ability;
|
||||
|
|
@ -21,7 +20,7 @@ public class DestroySourceEffect extends OneShotEffect {
|
|||
public DestroySourceEffect(boolean noRegen) {
|
||||
super(Outcome.DestroyPermanent);
|
||||
this.noRegen = noRegen;
|
||||
staticText = "destroy {this}";
|
||||
staticText = "destroy {this}" + (noRegen ? ". It can't be regenerated" : "");
|
||||
}
|
||||
|
||||
protected DestroySourceEffect(final DestroySourceEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue