mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
experimental patch in AF_Effect for ChosenColor
This commit is contained in:
@@ -317,6 +317,11 @@ public class AbilityFactory_Effect {
|
||||
}
|
||||
}
|
||||
|
||||
//Set Chosen Color(s)
|
||||
if (!card.getChosenColor().isEmpty()) {
|
||||
eff.setChosenColor(card.getChosenColor());
|
||||
}
|
||||
|
||||
// Duration
|
||||
String duration = params.get("Duration");
|
||||
if (duration == null || !duration.equals("Permanent")) {
|
||||
|
||||
Reference in New Issue
Block a user