Describe the bug
Enchantment Alteration was last touch as part of a large cleanup effort in #6996
That appears to have broken the card. If I click on it from my hand now, nothing happens.
If I add back the previous card text:
A:SP$ Attach | ValidTgts$ Aura.AttachedTo Creature,Aura.AttachedTo Land | TgtPrompt$ Select target Aura attached to a creature or land | Object$ Targeted | Choices$ Permanent.sharesCardTypeWith AttachedBy Targeted | Move$ True | AILogic$ MoveTgtAura | StackDescription$ SpellDescription | SpellDescription$ Attach target Aura attached to a creature or land to another permanent of that type.
Then it works. But I'm not sure what the correct fix is given the cleanup.
To Reproduce
Steps to reproduce the behavior:
- Setup with Control Magic on a creature. Opponent has a different creature. Enchantment Alteration in hand.
- Click on Enchantment Alteration from your hand.
- notice nothing happens.
Expected behavior
When clicking Enchantment Alteration in hand, you should be prompted to select target Aura
Screenshots
Desktop (please complete the following information):
- OS: MacOS 15.6.1
- Java 21
- Forge: Git master branch on 8/24/2025
Additional context
I'll try to attach the full .pzl I've been working on for setup.
Describe the bug
Enchantment Alteration was last touch as part of a large cleanup effort in #6996
That appears to have broken the card. If I click on it from my hand now, nothing happens.
If I add back the previous card text:
A:SP$ Attach | ValidTgts$ Aura.AttachedTo Creature,Aura.AttachedTo Land | TgtPrompt$ Select target Aura attached to a creature or land | Object$ Targeted | Choices$ Permanent.sharesCardTypeWith AttachedBy Targeted | Move$ True | AILogic$ MoveTgtAura | StackDescription$ SpellDescription | SpellDescription$ Attach target Aura attached to a creature or land to another permanent of that type.
Then it works. But I'm not sure what the correct fix is given the cleanup.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When clicking Enchantment Alteration in hand, you should be prompted to select target Aura
Screenshots
Desktop (please complete the following information):
Additional context
I'll try to attach the full .pzl I've been working on for setup.