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

[DSC] Implement Phenomenon Investigators #13184

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

Cguy7777
Copy link
Contributor

This has no image for the Horror enchantment creature token it creates, but from what I can tell token images are usually added all at once for each set? If so, this should be good to go.

Copy link
Contributor

@xenohedron xenohedron left a comment

Choose a reason for hiding this comment

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

I think @PurpleCrowbar usually takes care of those images, I don't remember offhand how to do them

edit: it's in Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportTokens.java

}
}

class PhenomenonInvestigatorsReturnCost extends CostImpl {
Copy link
Contributor

Choose a reason for hiding this comment

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

hm, so this is because the common classes hardcode "controlled"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. I'm not aware of any other cards that let you return non-controlled permanents to your hand as a cost, so I figured it'd be easiest to just write a custom class for this one exception.

@xenohedron xenohedron merged commit 48117b9 into magefree:master Jan 3, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants