forked from External/mage
more text fixes
This commit is contained in:
parent
3baabe2534
commit
bc2bfba02a
37 changed files with 124 additions and 126 deletions
|
|
@ -78,7 +78,7 @@ public class CantBeRegeneratedSourceEffect extends ContinuousRuleModifyingEffect
|
|||
return staticText;
|
||||
}
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append(" {this} can't be regenerated");
|
||||
sb.append("{this} can't be regenerated");
|
||||
if (!duration.toString().isEmpty()) {
|
||||
sb.append(' ');
|
||||
if (duration == Duration.EndOfTurn) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue