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
|
|
@ -72,7 +72,7 @@ public class RegenerateTargetEffect extends ReplacementEffectImpl {
|
|||
return staticText;
|
||||
}
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append("Regenerate ");
|
||||
sb.append("regenerate ");
|
||||
Target target = mode.getTargets().get(0);
|
||||
if (target != null) {
|
||||
if (!target.getTargetName().toLowerCase(Locale.ENGLISH).startsWith("another")) {
|
||||
|
|
@ -82,4 +82,4 @@ public class RegenerateTargetEffect extends ReplacementEffectImpl {
|
|||
}
|
||||
return sb.toString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue