Decks now can contain foil or tengwar cards from alternate sets (than the one accepted by format).
This commit is contained in:
@@ -69,6 +69,7 @@ public abstract class DefaultLotroFormat implements LotroFormat {
|
||||
}
|
||||
|
||||
private void validateSet(String blueprintId) throws DeckInvalidException {
|
||||
blueprintId = _library.getBaseBlueprintId(blueprintId);
|
||||
for (int validSet : _validSets)
|
||||
if (blueprintId.startsWith(validSet + "_")
|
||||
|| _library.hasAlternateInSet(blueprintId, validSet))
|
||||
|
||||
Reference in New Issue
Block a user