- Fixed Shizo, Death's Storehouse input message (thanks slapshot5 for pointing it out!)

This commit is contained in:
jendave
2011-08-06 03:53:16 +00:00
parent 8c55617d8e
commit d851fc57d7

View File

@@ -2004,7 +2004,7 @@ class CardFactory_Lands {
@Override
public void showMessage() {
ButtonUtil.enableOnlyCancel();
AllZone.Display.showMessage("Select egendary creature to get fear");
AllZone.Display.showMessage("Select legendary creature to get fear");
}
@Override