experimental patch in AF_Effect for ChosenColor

This commit is contained in:
slapshot5
2011-10-15 03:46:14 +00:00
parent a3738191ff
commit 9e9f824731

View File

@@ -316,6 +316,11 @@ public class AbilityFactory_Effect {
eff.addRemembered(c); eff.addRemembered(c);
} }
} }
//Set Chosen Color(s)
if (!card.getChosenColor().isEmpty()) {
eff.setChosenColor(card.getChosenColor());
}
// Duration // Duration
String duration = params.get("Duration"); String duration = params.get("Duration");