implement [DSK] Screaming Nemesis

This commit is contained in:
Susucre 2024-07-06 18:55:53 +02:00
parent b01b5aa24d
commit 3acab4a76d
6 changed files with 231 additions and 43 deletions

View file

@ -13,6 +13,10 @@ public class TargetAnyTarget extends TargetPermanentOrPlayer {
this(1);
}
public TargetAnyTarget(FilterAnyTarget filter) {
this(1, 1, filter);
}
public TargetAnyTarget(int numTargets) {
this(numTargets, numTargets);
}