- Add a FIXME comment for consideration.

This commit is contained in:
Agetian
2020-07-09 09:28:43 +03:00
parent 5df4902d3c
commit 9d43443ca4

View File

@@ -293,6 +293,7 @@ public abstract class DeckGeneratorBase {
Predicate<CardRules> canUseInFormat = new Predicate<CardRules>() {
@Override
public boolean apply(CardRules c) {
// FIXME: should this be limited to AI only (!forAi) or should it be generally applied to all random generated decks?
return !c.getAiHints().getRemNonCommanderDecks() || format.hasCommander();
}
};