- For AF_Draw, the tgtP was incorrectly being sent in for old Drawback code.

This commit is contained in:
jendave
2011-08-06 11:14:01 +00:00
parent fc8f144978
commit 4c8c3a2054

View File

@@ -250,7 +250,7 @@ public class AbilityFactory_ZoneAffecting {
else{ else{
String DrawBack = params.get("SubAbility"); String DrawBack = params.get("SubAbility");
if (af.hasSubAbility()) if (af.hasSubAbility())
CardFactoryUtil.doDrawBack(DrawBack, 0, source.getController(), source.getController().getOpponent(), source.getController(), source, null, sa); CardFactoryUtil.doDrawBack(DrawBack, 0, source.getController(), source.getController().getOpponent(), tgtPlayers.get(0), source, null, sa);
} }
} }
} }