[Fixed][1.0.0.262] Alexander uses AiLists from Curtin

Status
Not open for further replies.

Infixo

Deity
Joined
Jan 9, 2016
Messages
4,034
Location
Warsaw
There are 3 AiLists defined for Alexander (see below) but he never gets a chance to use them because he has a Trait assigned from John Curtin.

Simple to fix.
Code:
UPDATE AiLists SET LeaderType = 'TRAIT_LEADER_TO_WORLDS_END' WHERE LeaderType = 'TRAIT_LEADER_CITADEL_CIVILIZATION' AND ListType IN ('AlexanderCivics', 'AlexanderTechs', 'AlexanderWonders');
 
This has been fixed in Gathering Storm.
There is now:
<Row ListType="AlexanderCivics" LeaderType="TRAIT_LEADER_TO_WORLDS_END" System="Civics"/>
<Row ListType="AlexanderTechs" LeaderType="TRAIT_LEADER_TO_WORLDS_END" System="Technologies"/>
<Row ListType="AlexanderWonders" LeaderType="TRAIT_LEADER_TO_WORLDS_END" System="Buildings"/>
 
Status
Not open for further replies.
Back
Top Bottom