- Removed Magellan LAF.

- Added Jace, the Mind Sculptor (buggy?).
This commit is contained in:
jendave
2011-08-06 03:22:33 +00:00
parent 15a76a1ff5
commit 97d94ca2df
5 changed files with 255 additions and 18 deletions

View File

@@ -16234,10 +16234,9 @@ return land.size() > 1 && CardFactoryUtil.AI_isMainPhase();
if (player.equals("Human") && lands.size() > 0)
{
String[] choices =
{ "Yes", "No" };
String[] choices = { "Yes", "No" };
Object choice = AllZone.Display.getChoice(
"Search fo Basic Land?", choices);
"Search for Basic Land?", choices);
if (choice.equals("Yes"))
{
Object o = AllZone.Display