mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Added set and picture info for the added lands.
This commit is contained in:
@@ -231,9 +231,17 @@ public class BoosterDraftAI
|
||||
for(int i = 0; i < 9; i++)
|
||||
{
|
||||
land = AllZone.CardFactory.getCard(colorToLand.get(color[0]).toString(), AllZone.ComputerPlayer);
|
||||
|
||||
land.setCurSetCode(land.getMostRecentSet());
|
||||
land.setImageFilename(CardUtil.buildFilename(land));
|
||||
|
||||
list.add(land);
|
||||
|
||||
land = AllZone.CardFactory.getCard(colorToLand.get(color[1]).toString(), AllZone.ComputerPlayer);
|
||||
|
||||
land.setCurSetCode(land.getMostRecentSet());
|
||||
land.setImageFilename(CardUtil.buildFilename(land));
|
||||
|
||||
list.add(land);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user