mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Fixed ChooseGenericEffect ignoring Defined parameter when a target is present.
This commit is contained in:
@@ -41,7 +41,7 @@ public class ChooseGenericEffect extends SpellAbilityEffect {
|
|||||||
choices.put(s, theseParams.get("ChoiceDescription"));
|
choices.put(s, theseParams.get("ChoiceDescription"));
|
||||||
}
|
}
|
||||||
|
|
||||||
final List<Player> tgtPlayers = getTargetPlayers(sa);
|
final List<Player> tgtPlayers = getDefinedPlayersBeforeTargetOnes(sa);
|
||||||
|
|
||||||
final Target tgt = sa.getTarget();
|
final Target tgt = sa.getTarget();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user