mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Proper land selection when sacrificing
This commit is contained in:
@@ -500,7 +500,7 @@ public class ComputerUtilCard {
|
||||
}
|
||||
|
||||
List<Card> lands = CardLists.filter(list, CardPredicates.LANDS);
|
||||
if (lands.size() > 6) {
|
||||
if (lands.size() > 6 || lands.size() == Iterables.size(list)) {
|
||||
return getWorstLand(lands);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user