Re: Current Known Bugs list
For the Pain Fetchlands, could someone change the code to only reveal lands that could be fetched?
I have the code, but not properly SVN'd. But the fix is a one-liner.
In CardFactory_Lands.java, line 1178
I have the code, but not properly SVN'd. But the fix is a one-liner.
In CardFactory_Lands.java, line 1178
- Code: Select all
Object o = AllZone.Display.getChoiceOptional("Choose a " + land1[0] + " or " + land2[0],
full.toArray());
- Code: Select all
Object o = AllZone.Display.getChoiceOptional("Choose a " + land1[0] + " or " + land2[0],
land.toArray());