padfoothelix

Results 6 comments of padfoothelix

I noticed this bug too while working on [[The Fourth Doctor]]. The problem is that when the `checkTrigger` method in `SerraParagonTriggeredAbility` checks that a card was played via Serra Paragon's...

After a bit of manual testing, I believe this is due to the fact that when a nontoken creature enters with counters, that permanent is null when the COUNTERS_ADDED event...

This has to be reworked to take into account [a4f22f2](https://github.com/magefree/mage/commit/a4f22f21cfba5daa07c910e7270ff5107f86e377) and removing of `ConditionalInterveningIfTriggeredAbility`. I will update the PR accordingly.

I believe I have found a better way to code this. Don't bother reviewing it, I'll update it soon.

Here is another proposition based on [[Serra Paragon]]. Card was tested and works as expected.

Requested changes have been implemented. Card was tested again and seems to work fine.