mirror of
https://github.com/correl/mage.git
synced 2024-12-27 03:00:13 +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();
|
return new AnathemancerCount();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "1";
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getMessage() {
|
public String getMessage() {
|
||||||
return "nonbasic lands that player controls";
|
return "nonbasic lands that player controls";
|
||||||
|
|
Loading…
Reference in a new issue