mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
DeckFormat: A deck can have any number of cards named CARDNAME.
This commit is contained in:
committed by
Michael Kamensky
parent
af3c645521
commit
0606a00942
@@ -358,7 +358,7 @@ public class QuestSpellShop {
|
||||
}
|
||||
|
||||
//If this card has an exception to the card limit, e.g.: Relentless Rats, get the quest preference
|
||||
if (DeckFormat.getLimitExceptions().contains(card.getName())) {
|
||||
if (DeckFormat.canHaveAnyNumberOf(card)) {
|
||||
numToKeep = FModel.getQuestPreferences().getPrefInt(QPref.PLAYSET_ANY_NUMBER_SIZE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user