- Accidentally broke Harrow and Kodama's Reach, fixed now.

This commit is contained in:
jendave
2011-08-06 04:27:19 +00:00
parent 9d4f1b24ba
commit ff90cd495c

View File

@@ -1727,7 +1727,7 @@ public class GameAction {
firstZone.add(c); firstZone.add(c);
}//if }//if
if ((list.size() == 0) || Zone2.trim().length() != 0) return; if ((list.size() == 0) || Zone2.trim().length() == 0) return;
//branch 3 //branch 3
o = AllZone.Display.getChoiceOptional("Choose second land", list.toArray()); o = AllZone.Display.getChoiceOptional("Choose second land", list.toArray());
if(o != null) { if(o != null) {