- Fixed ChooseGenericEffect ignoring Defined parameter when a target is present.

This commit is contained in:
Sloth
2013-04-21 20:54:56 +00:00
parent 4fddfa7135
commit 0345b1a846

View File

@@ -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();