Update ComputerUtilCombat.java

This commit is contained in:
tool4ever
2025-10-20 07:58:03 +02:00
committed by GitHub
parent 7367e93140
commit a8d494d2d8

View File

@@ -2051,7 +2051,7 @@ public class ComputerUtilCombat {
}
// Order the combatants in preferred order in case legacy ordering is disabled
if (!overrideOrder) {
if (isAttacking && overrideOrder) {
if (combatant.isAttacking()) {
opposedCombatants = AiBlockController.orderBlockers(combatant, new CardCollection(opposedCombatants));
} else {