mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- AI was ignoring Target restrictions for AF_Pump
This commit is contained in:
@@ -295,6 +295,8 @@ public class AbilityFactory_Pump {
|
|||||||
else
|
else
|
||||||
list = getPumpCreatures();
|
list = getPumpCreatures();
|
||||||
|
|
||||||
|
list = list.getValidCards(tgt.getValidTgts(), sa.getActivatingPlayer(), sa.getSourceCard());
|
||||||
|
|
||||||
if (list.isEmpty())
|
if (list.isEmpty())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user