implement [EOE] Kavaron Harrier

This commit is contained in:
Susucre 2025-07-11 19:15:40 +02:00
parent ac633cf57e
commit 2b7f8869dd
5 changed files with 85 additions and 12 deletions

View file

@ -40,6 +40,7 @@ public class FixedTargets extends TargetPointerImpl {
this(token.getLastAddedTokenIds()
.stream()
.map(game::getPermanent)
.filter(Objects::nonNull)
.collect(Collectors.toList()), game);
}