mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Accidentally broke Harrow and Kodama's Reach, fixed now.
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user