mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Clean up
This commit is contained in:
@@ -92,7 +92,6 @@ public abstract class DeckGeneratorBase {
|
||||
final Iterable<PaperCard> cards = selectCardsOfMatchingColorForPlayer(forAi);
|
||||
// build subsets based on type
|
||||
|
||||
|
||||
final Iterable<PaperCard> creatures = Iterables.filter(cards, Predicates.compose(CardRulesPredicates.Presets.IS_CREATURE, PaperCard.FN_GET_RULES));
|
||||
final int creatCnt = (int) Math.ceil(getCreaturePercentage() * size);
|
||||
trace.append("Creatures to add:").append(creatCnt).append("\n");
|
||||
|
||||
@@ -26,7 +26,6 @@ public class LangGerman extends Lang {
|
||||
return getPossesive(owner) + " " + object;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String getNickName(final String name) {
|
||||
if (name.contains(",")) {
|
||||
|
||||
Reference in New Issue
Block a user