CardFactory.copyCard copy Specialized boolean

This commit is contained in:
Northmoc
2022-08-18 09:42:20 -04:00
parent afd193505c
commit b7d38c92fa

View File

@@ -97,6 +97,7 @@ public class CardFactory {
out.setAttachedCards(in.getAttachedCards());
out.setEntityAttachedTo(in.getEntityAttachedTo());
out.setSpecialized(in.isSpecialized());
out.addRemembered(in.getRemembered());
out.addImprintedCards(in.getImprintedCards());
out.setCommander(in.isRealCommander());