forked from External/mage
Merge pull request #7017 from acabaca24/branch-for-issue6643
Correcting some M21 text issues
This commit is contained in:
commit
0cad4acf31
5 changed files with 15 additions and 9 deletions
|
|
@ -37,7 +37,8 @@ public class ActivateIfConditionActivatedAbility extends ActivatedAbilityImpl {
|
|||
sb.append(" Activate this ability only ");
|
||||
}
|
||||
if (!condition.toString().startsWith("during")
|
||||
&& !condition.toString().startsWith("before")) {
|
||||
&& !condition.toString().startsWith("before")
|
||||
&& !condition.toString().startsWith("if")) {
|
||||
sb.append("if ");
|
||||
}
|
||||
sb.append(condition.toString()).append('.');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue