fix(parser): optional targeting for "attach any number of target" trigger (Super-Soldier Serum) - #4606
Conversation
…gger (Super-Soldier Serum) "Whenever enchanted creature attacks or blocks, attach any number of target Equipment you control to it" forced a mandatory Equipment target, softlocking when every Equipment was already attached (no way to decline). The trigger lowering only surfaced optional_targeting when the body contained the literal "up to one"; extend the detector to "any number of target" so the variable-count-down-to-zero target (CR 601.2c) yields an optional slot and a decline action.
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
Parse changes introduced by this PR · 49 card(s), 24 signature(s) (baseline: main
|
"Whenever enchanted creature attacks or blocks, attach any number of target
Equipment you control to it" forced a mandatory Equipment target, softlocking
when every Equipment was already attached (no way to decline).
The trigger lowering only surfaced optional_targeting when the body contained
the literal "up to one"; extend the detector to "any number of target" so
the variable-count-down-to-zero target (CR 601.2c) yields an optional slot and
a decline action.