- Add a TODO.

This commit is contained in:
Agetian
2025-10-08 12:32:09 +03:00
committed by Chris H
parent 3a956c4e20
commit 4256d9ae1f

View File

@@ -2048,6 +2048,7 @@ public class ComputerUtilCombat {
// Order the combatants in preferred order in case legacy ordering is disabled
if (!self.getGame().getRules().hasOrderCombatants()) {
// TODO: sometimes, orderAttackers needs to be called instead - differentiate this here somehow
block = AiBlockController.orderBlockers(attacker, new CardCollection(block)); // assume sorted in case the legacy option is enabled
}