[TDM] Implement Mardu Siegebreaker

This commit is contained in:
theelk801 2025-04-08 09:16:50 -04:00
parent 235e5200d0
commit 2e6e3cd4e7
3 changed files with 138 additions and 1 deletions

View file

@ -50,7 +50,7 @@ public class FixedTargets extends TargetPointerImpl {
.collect(Collectors.toList()), game);
}
public FixedTargets(List<MageObjectReference> morList) {
public FixedTargets(Collection<MageObjectReference> morList) {
super();
targets.addAll(morList);
this.setInitialized(); // no need dynamic init