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
|
|
@ -112,7 +112,7 @@ public class AuraReplacementEffect extends ReplacementEffectImpl {
|
|||
enchantCardInGraveyard = target instanceof TargetCardInGraveyard;
|
||||
if (target != null) {
|
||||
target.withChooseHint("to attach " + card.getName() + " to");
|
||||
target.setNotTarget(true); // always not target because this way it's not handled targeted
|
||||
target.withNotTarget(true); // always not target because this way it's not handled targeted
|
||||
target.clearChosen(); // necessary if e.g. aura is blinked multiple times
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue