mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[GRN] various text fixes
This commit is contained in:
parent
ac63d6e0c0
commit
ce88658495
28 changed files with 61 additions and 67 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue