-
Notifications
You must be signed in to change notification settings - Fork 855
TDFC cleanup follow up #14111
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
base: master
Are you sure you want to change the base?
TDFC cleanup follow up #14111
Conversation
* still used by meld, will be removed after converting meld cards
…ckMissingCardData
| filter2.add(Predicates.not(SubType.DINOSAUR.getPredicate())); | ||
| filter2.add(Predicates.not(SubType.VEHICLE.getPredicate())); | ||
| filter2.add(Predicates.or(new AbilityPredicate(TransformAbility.class), TransformedPredicate.instance)); | ||
| filter2.add(TransformablePredicate.instance); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The actual card is silver bordered and the existing implementation is bogus anyway because it isn't something that can be well defined in the rules. So not important for this PR.
xenohedron
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any issues


This is some additional cleanup for the transforming double faced card rework.
secondSideCardClazzused by old transforming cardsTransformAbilitysince not needed anymoreTODOitemsVALUE_KEY_ENTER_TRANSFORMEDto TransformingDoubleFacedCardPlayer.moveCardsand kept inZonesHandler. Doesn't seem necessary to have redundant check.Mycosynth LatticeandPainter's ServantPermanantCardinitpart of #14099