mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
- Text fix
This commit is contained in:
parent
89db297224
commit
f231bcb05b
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue