1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-08 01:01:04 -09:00

[WAR] Nahiri, Storm of Stone - fixed X text ();

This commit is contained in:
Oleg Agafonov 2019-04-08 21:01:17 +04:00
parent ad8d78cd61
commit 04bb0fa750

View file

@ -98,7 +98,12 @@ enum NahiriStormOfStoneValue implements DynamicValue {
}
@Override
public String getMessage() {
public String toString() {
return "X";
}
@Override
public String getMessage() {
return "";
}
}