mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
CardFactory.copyCard copy Specialized boolean
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user