- Added Shaper Parasite.

This commit is contained in:
Sloth
2012-05-13 18:50:34 +00:00
parent 6a7f74660c
commit f34c82595a
3 changed files with 17 additions and 1 deletions

View File

@@ -1996,7 +1996,7 @@ public final class AbilityFactoryChoose {
ArrayList<Player> tgtPlayers;
final Target tgt = sa.getTarget();
if (tgt != null) {
if (!params.containsKey("Defined")) {
tgtPlayers = tgt.getTargetPlayers();
} else {
tgtPlayers = AbilityFactory.getDefinedPlayers(sa.getSourceCard(), params.get("Defined"), sa);