mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- A somewhat less confusing Boneyard Parley AI.
This commit is contained in:
@@ -1011,7 +1011,7 @@ public class ChangeZoneAi extends SpellAbilityAi {
|
||||
}
|
||||
|
||||
|
||||
if (!sa.hasParam("AITgts") || sa.getParam("AITgts").contains("OppCtrl")) {
|
||||
if (!sa.hasParam("AITgtOwnCards")) {
|
||||
list = CardLists.filterControlledBy(list, ai.getOpponents());
|
||||
list = CardLists.filter(list, new Predicate<Card>() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user