mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
CardFactory.copyCard copy Specialized boolean
This commit is contained in:
@@ -97,6 +97,7 @@ public class CardFactory {
|
|||||||
out.setAttachedCards(in.getAttachedCards());
|
out.setAttachedCards(in.getAttachedCards());
|
||||||
out.setEntityAttachedTo(in.getEntityAttachedTo());
|
out.setEntityAttachedTo(in.getEntityAttachedTo());
|
||||||
|
|
||||||
|
out.setSpecialized(in.isSpecialized());
|
||||||
out.addRemembered(in.getRemembered());
|
out.addRemembered(in.getRemembered());
|
||||||
out.addImprintedCards(in.getImprintedCards());
|
out.addImprintedCards(in.getImprintedCards());
|
||||||
out.setCommander(in.isRealCommander());
|
out.setCommander(in.isRealCommander());
|
||||||
|
|||||||
Reference in New Issue
Block a user