mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Add a FIXME comment for consideration.
This commit is contained in:
@@ -293,6 +293,7 @@ public abstract class DeckGeneratorBase {
|
|||||||
Predicate<CardRules> canUseInFormat = new Predicate<CardRules>() {
|
Predicate<CardRules> canUseInFormat = new Predicate<CardRules>() {
|
||||||
@Override
|
@Override
|
||||||
public boolean apply(CardRules c) {
|
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();
|
return !c.getAiHints().getRemNonCommanderDecks() || format.hasCommander();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user