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

[DRC] implement Hashaton, Scarab's Fist #13329

Merged
merged 4 commits into from
Mar 22, 2025

Conversation

SobiechQ
Copy link
Contributor

Zrzut ekranu 2025-02-10 121503
When discarding more then one card at once its unclear of which the copy would be created. Is there an option to alter text displayed in the popup choice menu without altering static text of card?
Part of #13252

@github-actions github-actions bot added the cards label Feb 10, 2025

HashatonScarabsFistEffect() {
super(Outcome.PutCreatureInPlay);
this.staticText = "create a tapped token that`s a copy of that card, except it`s a 4/4 black Zombie";
Copy link
Member

Choose a reason for hiding this comment

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

you can try to override effect’s gettext and add info from this.values.get("discardedCard") if exists (after super.gettext). Maybe it will work for choose dialog (but not sure about stack/logs info).

Copy link
Member

Choose a reason for hiding this comment

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

IMG_1118

Copy link
Member

Choose a reason for hiding this comment

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

Alternative - add custom card hint StaticHint and return that info on exists (this.values.get("discardedCard")). It’s a better solution.

@Jmlundeen Jmlundeen merged commit 7cda312 into magefree:master Mar 22, 2025
2 checks passed
@SobiechQ SobiechQ deleted the hashatonScarabsFist branch March 22, 2025 16:35
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.

3 participants