mage
mage copied to clipboard
TDFC cleanup follow up
This is some additional cleanup for the transforming double faced card rework.
- remove
secondSideCardClazzused by old transforming cards - remove
TransformAbilitysince not needed anymore - cleanup
TODOitems- moved
VALUE_KEY_ENTER_TRANSFORMEDto TransformingDoubleFacedCard - removed transform validation in
Player.moveCardsand kept inZonesHandler. Doesn't seem necessary to have redundant check. - removed old transform card check from
Mycosynth LatticeandPainter's Servant - removed old transform related code from
PermanantCardinit - remove ignoreTransformEffect flag from SpellTransformedAbility (temporary flag to separate from old transform implementation)
- remove instanceof DoubleFacedCardHalf check from CardImpl copy constructor; DFC will still use the field, instance check is currently just to differentiate between old Transforming logic
- moved
part of #14099