- Added Balance of Power.

This commit is contained in:
Sloth
2012-01-28 17:01:41 +00:00
parent c27918c67e
commit 6ff442181f
5 changed files with 24 additions and 2 deletions

View File

@@ -199,7 +199,7 @@ public class AbilityFactoryZoneAffecting {
ArrayList<Player> tgtPlayers;
final Target tgt = af.getAbTgt();
if (tgt != null) {
if (!params.containsKey("Defined") && tgt != null) {
tgtPlayers = tgt.getTargetPlayers();
} else {
tgtPlayers = AbilityFactory.getDefinedPlayers(sa.getSourceCard(), params.get("Defined"), sa);
@@ -527,7 +527,7 @@ public class AbilityFactoryZoneAffecting {
ArrayList<Player> tgtPlayers;
final Target tgt = af.getAbTgt();
if (tgt != null) {
if (!params.containsKey("Defined") && tgt != null) {
tgtPlayers = tgt.getTargetPlayers();
} else {
tgtPlayers = AbilityFactory.getDefinedPlayers(source, params.get("Defined"), sa);