Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MKM] Implement Call a Surprise Witness #11979

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

Cguy7777
Copy link
Contributor

No description provided.

@github-actions github-actions bot added the cards label Mar 22, 2024
this.getSpellAbility().addEffect(new ReturnFromGraveyardToBattlefieldTargetEffect());
this.getSpellAbility().addEffect(new AddCountersTargetEffect(CounterType.FLYING.createInstance())
.setText("put a flying counter on it"));
this.getSpellAbility().addEffect(new AddCreatureTypeAdditionEffect(SubType.SPIRIT, false)
Copy link
Member

Choose a reason for hiding this comment

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

Not related to PR: AddCreatureTypeAdditionEffect must be renamed to AddCreatureTypeAdditionTargetEffect cause it uses target.

@xenohedron
Copy link
Contributor

I'm pretty sure this is subtly bugged. Although a straightforward reading of the card text implies that it becomes a Spirit after it enters, rulings on similar effects indicate that it should enter as a Spirit.

Notes and Rules Information for Chainer, Dementia Master:

The creature put onto the battlefield by Chainer’s activated ability is black only, not black in addition to its other colors. It is, however, a Nightmare in addition to its other creature types. As it enters the battlefield, it is already a black Nightmare (and perhaps some other creature types); it doesn’t enter and then become a black Nightmare. (2022-12-08)

I don't mind merging as is anyway, I have a pending rework related to #11168 (a more serious bug) and can include adjustments to this card as part of that.

@xenohedron xenohedron merged commit 83b056f into magefree:master Mar 23, 2024
4 checks passed
@Cguy7777 Cguy7777 deleted the call_a_surprise_witness branch April 2, 2024 05:13
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.

None yet

3 participants