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

[MKC] Implement Tesak, Judith's Hellhound #11831

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

PurpleCrowbar
Copy link
Member

@PurpleCrowbar PurpleCrowbar commented Feb 21, 2024

Slight hitch on the "Other Dogs you control have unleash" ability. Reminiscent of the Blood Moon problem, this ability needs to affect the permanent both while it's on the battlefield and while it's entering the battlefield. Applying the GainAbilityControlledEffect to dog permanents only affects those permanents while they're on the battlefield which means, much like in the case of Blood Moon, it misses cards as they are entering the battlefield. The workaround to this problem in this case is applying the unleash ability to dog cards in hand so that the "You may have this creature enter the battlefield with a +1/+1 counter on it" effect is correctly applied. The downside is that dog cards in hand have unleash's ability text on them whilst in hand.

@PurpleCrowbar
Copy link
Member Author

[[Tesak, Judith's Hellhound]]

Copy link

Tesak, Judith's Hellhound - (Gatherer) (Scryfall) (EDHREC)

{3}{R}
Legendary Creature — Elemental Dog
3/3
Unleash (You may have this creature enter the battlefield with a +1/+1 counter on it. It can't block as long as it has a +1/+1 counter on it.)
Other Dogs you control have unleash.
Creatures you control with counters on them have haste.
Whenever Tesak, Judith's Hellhound attacks, add {R} for each attacking creature.

@xenohedron xenohedron merged commit 504889b into magefree:master Feb 23, 2024
3 checks passed
@PurpleCrowbar PurpleCrowbar deleted the tesak-judiths-hellhound branch February 23, 2024 13:44
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