mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +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
|
// Duration
|
||||||
String duration = params.get("Duration");
|
String duration = params.get("Duration");
|
||||||
if (duration == null || !duration.equals("Permanent")) {
|
if (duration == null || !duration.equals("Permanent")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user