mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
Fix #8936
This commit is contained in:
parent
97d6baf5dc
commit
adfb01149a
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,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.clearChosen(); // necessary if e.g. aura is blinked multiple times
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue