Skip to content

2026-June-08 - 2.7.15616

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Jun 21:52
f12d4c1
Fix Easy AI only placing Chinese units in Himalayas (#14549)

In Global 1940, if the Chinese are set to Easy AI, the only territory they will place their units in is the impassable Himalayas. This is because the code forces the AI to place in their capital. In case of China, this are the Himalayas.

The problem is that this territory is impassable in this game, making this location useless for placing units. This adds a check if the capital is impassable. If it is, don't place the units in the capital, and place it a regular territory.