forked from External/mage
Fixed tooltip text of Resistance Fighter, Crimson Hellkite and Maze of Ith.
This commit is contained in:
parent
90d516f15d
commit
da3936abfb
4 changed files with 30 additions and 10 deletions
|
|
@ -41,6 +41,11 @@ public class TargetAttackingCreature extends TargetPermanent<TargetAttackingCrea
|
|||
this(1, 1, new FilterAttackingCreature(), false);
|
||||
}
|
||||
|
||||
public TargetAttackingCreature(boolean required) {
|
||||
this(1, 1, new FilterAttackingCreature(), false);
|
||||
this.setRequired(required);
|
||||
}
|
||||
|
||||
public TargetAttackingCreature(int numTargets) {
|
||||
this(numTargets, numTargets, new FilterAttackingCreature(), false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue