Skip to content

[fix] Sensational Spider-Man not removing counters or drawing cards#14816

Merged
xenohedron merged 1 commit intomagefree:masterfrom
muz:fix_sensationalspiderman
May 2, 2026
Merged

[fix] Sensational Spider-Man not removing counters or drawing cards#14816
xenohedron merged 1 commit intomagefree:masterfrom
muz:fix_sensationalspiderman

Conversation

@muz
Copy link
Copy Markdown
Contributor

@muz muz commented Apr 29, 2026

Screenshot 2026-04-28 at 9 37 04 PM

Reproduced locally. Couple of things;

  • Replace player.chooseTarget with player.chooseTargetAmount for the counter removal step, so counter removals are actually stored against each chosen permanent
  • Fix draw conditionso removing a single stun counter correctly draws

@github-actions github-actions Bot added the cards label Apr 29, 2026
return true;
}
return false;
return true;
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even if 0 counters are removed, the effect has technically fired and completed successfully per the player's actions

@xenohedron xenohedron merged commit ec70360 into magefree:master May 2, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants