mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
[WAR] Nahiri, Storm of Stone - fixed X text (#5689);
This commit is contained in:
parent
ad8d78cd61
commit
04bb0fa750
1 changed files with 6 additions and 1 deletions
|
@ -98,7 +98,12 @@ enum NahiriStormOfStoneValue implements DynamicValue {
|
|||
}
|
||||
|
||||
@Override
|
||||
public String getMessage() {
|
||||
public String toString() {
|
||||
return "X";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getMessage() {
|
||||
return "";
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue