forked from External/mage
Various text fixes found while closing #6885
This commit is contained in:
parent
faf2e4ec82
commit
26a2e0a5ed
113 changed files with 384 additions and 618 deletions
|
|
@ -63,6 +63,6 @@ public class PermanentsOnBattlefieldCount implements DynamicValue {
|
|||
|
||||
@Override
|
||||
public String getMessage() {
|
||||
return filter.getMessage();
|
||||
return multiplier == null ? "the number of " + filter.getMessage() : filter.getMessage();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue