2026-June-06 - 2.7.15606
Pre-release
Pre-release
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.