Skip to content

[MSC] Implement Puppet Master, String Puller - #15554

Open
muz wants to merge 1 commit into
magefree:masterfrom
muz:msc_puppet_master_string_puller
Open

[MSC] Implement Puppet Master, String Puller#15554
muz wants to merge 1 commit into
magefree:masterfrom
muz:msc_puppet_master_string_puller

Conversation

@muz

@muz muz commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Linked to #14119

@github-actions github-actions Bot added the cards label Jul 5, 2026

PuppetMasterStringPullerTriggeredAbility() {
super(Zone.BATTLEFIELD, new CreateTokenEffect(new TreasureToken()));
setTriggerPhrase("Whenever one or more goaded creatures deal combat damage to one or more of your opponents, ");

@PurpleCrowbar PurpleCrowbar Jul 30, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Not accurate to rules on card:

Whenever one or more goaded creatures deal combat damage to one of your opponents, create a Treasure token.

Note that your text and implementation applies to "one or more of your opponents", when it should just be "to one of your opponents", meaning this implementation of the ability fails to trigger for each damaged opponent.

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