forked from External/mage
refactor: improved target usage, replaced setNotTarget by withNotTarget
This commit is contained in:
parent
dbaa51f462
commit
4b3a19b4d5
385 changed files with 434 additions and 429 deletions
|
|
@ -25,7 +25,7 @@ public class UntapTargetCost extends CostImpl {
|
|||
this.text = makeText(target);
|
||||
|
||||
// It will never target as part of a cost
|
||||
this.target.setNotTarget(true);
|
||||
this.target.withNotTarget(true);
|
||||
}
|
||||
|
||||
protected UntapTargetCost(final UntapTargetCost cost) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue