mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Minor change to PumpAI.pumpTgtAI so that if an irrelevant/redundant/unrecognized AiLogic tag is found, the process continues through to the default logic.
This commit is contained in:
@@ -273,9 +273,11 @@ public class PumpAi extends PumpAiBase {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
return false;
|
return false;
|
||||||
} else if (sa.isCurse()) {
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (sa.isCurse()) {
|
||||||
if (sa.canTarget(opp)) {
|
if (sa.canTarget(opp)) {
|
||||||
sa.getTargets().add(opp);
|
sa.getTargets().add(opp);
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user