mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
Update ComputerUtilCombat.java
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user