mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Adding DGM to RTR block info (except for DGM Maze Run)
- DGM Lands will no longer appear in the Common slot
This commit is contained in:
@@ -168,6 +168,9 @@ public class BoosterGenerator {
|
||||
operator = StringUtils.strip(operator.substring(4), "() ");
|
||||
String[] cardNames = TextUtil.splitWithParenthesis(operator, ',', '"', '"');
|
||||
toAdd = IPaperCard.Predicates.names(Lists.newArrayList(cardNames));
|
||||
} else if ( operator.startsWith("type(") ) {
|
||||
operator = StringUtils.strip(operator.substring(4), "()\" ");
|
||||
toAdd = Predicates.compose(CardRulesPredicates.coreType(true, operator), CardPrinted.FN_GET_RULES);
|
||||
}
|
||||
|
||||
if(toAdd == null)
|
||||
|
||||
Reference in New Issue
Block a user