mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08: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…
Add table
Add a link
Reference in a new issue