mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Fixed Chasm Drake
This commit is contained in:
parent
4a84240632
commit
6dbef9fee0
2 changed files with 6 additions and 1 deletions
|
|
@ -40,6 +40,11 @@ public class TargetControlledCreaturePermanent extends TargetControlledPermanent
|
|||
this(1, 1, new FilterControlledCreaturePermanent(), false);
|
||||
}
|
||||
|
||||
public TargetControlledCreaturePermanent(boolean required) {
|
||||
this(1, 1, new FilterControlledCreaturePermanent(), false);
|
||||
this.required = required;
|
||||
}
|
||||
|
||||
public TargetControlledCreaturePermanent(int numTargets) {
|
||||
this(numTargets, numTargets, new FilterControlledCreaturePermanent(), false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue