Make AI start their engine in Main1 (#7033)

This commit is contained in:
Hans Mackowiak
2025-02-18 08:06:37 +01:00
committed by GitHub
parent 770dbc31cd
commit 8f6fc751dd

View File

@@ -1099,6 +1099,11 @@ public class ComputerUtil {
}
}
// if AI has no speed, play start your engines on Main1
if (ai.noSpeed() && cardState.hasKeyword(Keyword.START_YOUR_ENGINES)) {
return true;
}
// cast Blitz in main 1 if the creature attacks
if (sa.isBlitz() && ComputerUtilCard.doesSpecifiedCreatureAttackAI(ai, card)) {
return true;