- AI was ignoring Target restrictions for AF_Pump

This commit is contained in:
jendave
2011-08-06 12:55:27 +00:00
parent 9f87c0b6ef
commit fae59914f3

View File

@@ -295,6 +295,8 @@ public class AbilityFactory_Pump {
else
list = getPumpCreatures();
list = list.getValidCards(tgt.getValidTgts(), sa.getActivatingPlayer(), sa.getSourceCard());
if (list.isEmpty())
return false;