[GRN] various text fixes

This commit is contained in:
Evan Kranzler 2021-10-12 10:16:20 -04:00
parent ac63d6e0c0
commit ce88658495
28 changed files with 61 additions and 67 deletions

View file

@ -42,6 +42,9 @@ public class CantBlockAllEffect extends RestrictionEffect {
@Override
public String getText(Mode mode) {
if (staticText != null && !staticText.isEmpty()) {
return staticText;
}
StringBuilder sb = new StringBuilder();
sb.append(filter.getMessage()).append(" can't block");
if (this.duration == Duration.EndOfTurn) {