mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-12 00:38:44 +00:00
- Add a TODO.
This commit is contained in:
@@ -2048,6 +2048,7 @@ public class ComputerUtilCombat {
|
|||||||
|
|
||||||
// Order the combatants in preferred order in case legacy ordering is disabled
|
// Order the combatants in preferred order in case legacy ordering is disabled
|
||||||
if (!self.getGame().getRules().hasOrderCombatants()) {
|
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
|
block = AiBlockController.orderBlockers(attacker, new CardCollection(block)); // assume sorted in case the legacy option is enabled
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user