GAME INFORMATION
- GAME BUILD #: 100.15.59076.0
- GAME PLATFORM: Microsoft Store
- OPERATING SYSTEM: Windows 10
ISSUE EXPERIENCED
In the aiTechs file it contains code for the AI to choose which Tribal Council member it selects, and for the Industrial Age the Lakota’s entry has the Haudenosaunee civ name instead of theirs.
else if (cMyCiv == cCivXPIroquois)
{
if (aiRandInt(2) == 0)
{
return (cTechTribalSiouxWarrior4);
}
else
{
return (cTechTribalSiouxShaman4);
}
}
FREQUENCY OF ISSUE
100%