mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Modern LDA data
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -54,13 +54,7 @@ public class ArchetypeDeckBuilder extends CardThemedDeckBuilder{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
String set;
|
return super.getBasicLand(basicLand);
|
||||||
if (setsWithBasicLands.size() > 1) {
|
|
||||||
set = setsWithBasicLands.get(MyRandom.getRandom().nextInt(setsWithBasicLands.size() - 1));
|
|
||||||
} else {
|
|
||||||
set = setsWithBasicLands.get(0);
|
|
||||||
}
|
|
||||||
return FModel.getMagicDb().getCommonCards().getCard(MagicColor.Constant.BASIC_LANDS.get(basicLand), set);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user