forked from External/mage
[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…
Add table
Add a link
Reference in a new issue