Skip to content

2026-June-06 - 2.7.15606

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Jun 18:23
e8a1896
Fixes Easy AI not placing Chinese units in World War II v3 (#14501)

Easy AI only looked at territories containing factories when placing units. However, players that have the rulesAttachment placementAnyTerritory (like China in World War II v3) can place in any territory, also ones without factories. This adds a check if "placementAnyTerritory" is true. If it is, then all owned territories qualify for placement. If not, then only territories with factories do so.