Merge branch 'master' into 'master'

Fix AI thinking that Kazuul Warlord trigger is not a good thing

See merge request core-developers/forge!4066
This commit is contained in:
Michael Kamensky
2021-03-02 04:25:13 +00:00

View File

@@ -179,6 +179,6 @@ public class CountersPutAllAi extends SpellAbilityAi {
} }
} }
return mandatory; return mandatory || canPlayAI(aiPlayer, sa);
} }
} }