forked from External/mage
[STX] Implemented Shadrix Silverquill
This commit is contained in:
parent
f9467d5142
commit
b8b8deaec2
4 changed files with 156 additions and 14 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue