forgot the little color trick when Doppelganger changes forms.

This commit is contained in:
jendave
2011-08-06 14:25:47 +00:00
parent b66ac05fec
commit b373a9e6fa

View File

@@ -10157,6 +10157,7 @@ public class GameActionUtil {
newCopy.setCloneLeavesPlayCommand(c.getCloneLeavesPlayCommand());
newCopy.addExtrinsicKeyword(keyword);
newCopy.addColor("U", newCopy, false, true);
newCopy.setCloneOrigin(c.getCloneOrigin());
newCopy.getCloneOrigin().setCurrentlyCloningCard(newCopy);
c.setCloneOrigin(null);