- Text fix

This commit is contained in:
jeffwadsworth 2020-06-18 11:21:06 -05:00
parent 89db297224
commit f231bcb05b

View file

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