[STX] Implemented Shadrix Silverquill

This commit is contained in:
Evan Kranzler 2021-04-16 20:43:14 -04:00
parent f9467d5142
commit b8b8deaec2
4 changed files with 156 additions and 14 deletions

View file

@ -21,6 +21,10 @@ public class TargetPlayer extends TargetImpl {
this(1, 1, false);
}
public TargetPlayer(FilterPlayer filter) {
this(1, 1, false, filter);
}
public TargetPlayer(int numTargets) {
this(numTargets, numTargets, false);
}