mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- fix last commit
This commit is contained in:
@@ -198,7 +198,7 @@ public class TargetSelection {
|
|||||||
choices = CardLists.filter(choices, new Predicate<Card>() {
|
choices = CardLists.filter(choices, new Predicate<Card>() {
|
||||||
@Override
|
@Override
|
||||||
public boolean apply(final Card c) {
|
public boolean apply(final Card c) {
|
||||||
return c.getCurrentPower() <= card.getCurrentPower();
|
return c.getNetAttack() <= card.getNetAttack();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user