mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- AI was ignoring Target restrictions for AF_Pump
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user