missed necessary part of Dance of Many checkin.

This commit is contained in:
jendave
2011-08-07 01:35:22 +00:00
parent 4ae8d96ebe
commit 14ecd3fdd7

View File

@@ -136,6 +136,7 @@ public class CardFactory implements NewConstants {
}
}// readCard()
//TODO - this can probably be deleted. I don't think it's used.
final public Card dynamicCopyCard(Card in)
{
if (in.isCreature()) {
@@ -186,6 +187,7 @@ public class CardFactory implements NewConstants {
out.setEquippedBy(in.getEquippedBy());
out.setEnchantedBy(in.getEnchantedBy());
out.setEnchanting(in.getEnchanting());
out.setClones(in.getClones());
return out;
}
@@ -3256,7 +3258,6 @@ public class CardFactory implements NewConstants {
c.setImageFilename(sim.getImageFilename());
c.setTriggers(sim.getTriggers());
return c;
}// copyStats()