does keep colors explicitly assigned to card copies

This commit is contained in:
Maxmtg
2012-03-23 05:12:27 +00:00
parent f594272221
commit bc320dd6ce

View File

@@ -4139,6 +4139,7 @@ public class CardFactoryUtil {
to.setText(from.getSpellText());
to.setManaCost(from.getManaCost());
to.setColor(from.getColor());
to.setCardColorsOverridden(from.isCardColorsOverridden());
to.setSVars(from.getSVars());
to.setSets(from.getSets());
to.setIntrinsicAbilities(from.getIntrinsicAbilities());