mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
allow precon cards in Planar Conquest
This commit is contained in:
@@ -194,7 +194,7 @@ public class ConquestPlane {
|
|||||||
for (String setCode : setCodes) {
|
for (String setCode : setCodes) {
|
||||||
CardEdition edition = FModel.getMagicDb().getEditions().get(setCode);
|
CardEdition edition = FModel.getMagicDb().getEditions().get(setCode);
|
||||||
if (edition != null) {
|
if (edition != null) {
|
||||||
for (CardInSet card : edition.getCards()) {
|
for (CardInSet card : edition.getAllCardsInSet()) {
|
||||||
if (bannedCardSet == null || !bannedCardSet.contains(card.name)) {
|
if (bannedCardSet == null || !bannedCardSet.contains(card.name)) {
|
||||||
addCard(commonCards.getCard(card.name, setCode));
|
addCard(commonCards.getCard(card.name, setCode));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user