[CON] various text fixes

This commit is contained in:
Evan Kranzler 2022-03-06 18:07:25 -05:00
parent edaaac53d9
commit c8cdc0a502
28 changed files with 237 additions and 212 deletions

View file

@ -90,6 +90,6 @@ public class DomainValue implements DynamicValue {
@Override
public String getMessage() {
return "basic land types among lands " + (countTargetPlayer ? "they control" : "you control");
return "basic land type among lands " + (countTargetPlayer ? "they control" : "you control");
}
}