implement [MH3] Nethergoyf, refactor targets usages by game param (#12267)

This commit is contained in:
Susucre 2024-05-21 13:34:38 +02:00 committed by GitHub
parent 88b6f4036f
commit 754b382e78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
62 changed files with 592 additions and 285 deletions

View file

@ -1147,7 +1147,7 @@ public class CardView extends SimpleCardView {
// from normal targets
for (Target target : targets) {
if (target.isChosen()) {
if (target.isChosen(game)) {
newTargets.addAll(target.getTargets());
}
}