ssk97

Results 18 issues of ssk97

I noticed this while testing some other cards, found that [[Season of the Bold]] was triggering after it should've ended. It seems like we might need to do the same...

refactoring

Resolves the last of the cards found by https://github.com/magefree/mage/pull/13647. I also added a test for The Myriad Pools and improved a BarracksOfTheThousandTest.

cards
engine
tests

Cards should not be referring to themselves by name directly, they should be using "{this}", except in the situation of checking for cards "named ~" in which case it should...

tests

This is a cleaned version of #11619. This makes it so that if a permanent is entering as the ability's zcc is being updated, then the zcc is the permanent's...

cards
engine
tests

There are 73 unique cards failing. The ones I've checked all add a target inside of `checkTrigger` or `apply`. Most of them likely could be using `TargetAdjuster`s instead, but need...

engine
tests

### Describe the bug When using the IBM Granite 4 GGUF model, after pressing the Logits probability button once, the result is incorrect for any future uses of the LLM...

bug

> Enchanted creature can’t attack or block and has “{7}: Hold for Ransom’s controller sacrifices it and draws a card. Activate only as a sorcery.” On the enchanted creature, it...

cards

Casting a spell with Overload converts all "target" text to "each". Currently this is done by having entirely separate effects. Instead, we can apply the effects after setting up a...

cards
engine