Jmlundeen
Jmlundeen
This fixes Angel of Jubilation and Yasharn, Implacable Earth incorrectly allowing/preventing sacrifice costs. Angel of Jubilation was blocking sacrifice costs for triggered abilities and Yasharn was not preventing sacrifice and...
This is a rework for continuous effects to use `queryAffectedObjects` and `applyToObjects` instead of `apply`. This is part 1 of 2 to rework continuous effects layering and dependencies.
This changes face-down cards to only reveal information to players who have been allowed to see the cards instead of giving the controller access fixes #3583, fixes #11881, fixes #12610,...
This is some additional cleanup for the transforming double faced card rework. * remove `secondSideCardClazz` used by old transforming cards * remove `TransformAbility` since not needed anymore * cleanup `TODO`...
This is to track progress on post transforming double-faced cards rework tasks. Remaining cards need to be converted to single classes and some additional cleanup tasks need to be done....