mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
fix to rule text generation
This commit is contained in:
parent
fae92f9041
commit
f626651fb9
1 changed files with 5 additions and 0 deletions
|
@ -100,6 +100,11 @@ class AnathemancerCount implements DynamicValue {
|
|||
return new AnathemancerCount();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "1";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getMessage() {
|
||||
return "nonbasic lands that player controls";
|
||||
|
|
Loading…
Reference in a new issue