forked from External/mage
[STX] Implemented Rowan, Scholar of Sparks / Will, Scholar of Frost
This commit is contained in:
parent
dc42107962
commit
ae22f99b54
6 changed files with 222 additions and 2 deletions
|
|
@ -28,7 +28,11 @@ public class TargetPermanent extends TargetObject {
|
|||
}
|
||||
|
||||
public TargetPermanent(int numTargets, FilterPermanent filter) {
|
||||
this(numTargets, numTargets, filter, false);
|
||||
this(numTargets, numTargets, filter);
|
||||
}
|
||||
|
||||
public TargetPermanent(int minNumTargets, int maxNumTargets, FilterPermanent filter) {
|
||||
this(minNumTargets, maxNumTargets, filter, false);
|
||||
}
|
||||
|
||||
public TargetPermanent(int minNumTargets, int maxNumTargets, FilterPermanent filter, boolean notTarget) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue