forked from External/mage
Fix text [RAV] [GPT] [DIS] (#10359)
* Fix text: capitalization of regenerate * Fix text: Circle of Protection Artifacts * Fix text [RAV] [GPT] [DIS]
This commit is contained in:
parent
5c8b5f23bb
commit
7531263fb9
59 changed files with 75 additions and 71 deletions
|
|
@ -19,13 +19,12 @@ import java.util.UUID;
|
|||
public class RegenerateSourceEffect extends ReplacementEffectImpl {
|
||||
|
||||
public RegenerateSourceEffect() {
|
||||
super(Duration.EndOfTurn, Outcome.Regenerate);
|
||||
staticText = "Regenerate {this}";
|
||||
this("{this}");
|
||||
}
|
||||
|
||||
public RegenerateSourceEffect(String targetName) {
|
||||
super(Duration.EndOfTurn, Outcome.Regenerate);
|
||||
staticText = "Regenerate " + targetName;
|
||||
staticText = "regenerate " + targetName;
|
||||
}
|
||||
|
||||
public RegenerateSourceEffect(final RegenerateSourceEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue