Bug? Mongol Khan units cannot be used for GA

lukeloh

Chieftain
Joined
Oct 6, 2010
Messages
58
GEM 1.13.4 (CivUP 2.5.2). I have 4 Khans now while playing as Mongols and I cannot sacrifice them to start a Golden Age.

Starting up the Mongol Scenario (you start with a Khan), I am able to do this.

So I'm guessing this change must have happened somewhere between vanilla and GEM. Is this change intended?

Edit: I am sorry, please move this to the bug forum :(
Moderator Action: -> moved to the right subforum.
Please notify the moderators in case you misplaced a thread or need any other help.
 
Might be that the Khan is a separate GP category from GG and doesn't have the golden age spawning effect in the files to go with it?

GK changed it so only artists could pop a golden age, so it's probably a combination of not updating the Khan and the GK change.
 
Ah I see - I did not know that G&K made this change, I've only ever played G&K with GEM. Thank you very much for the pointer - it made it easy for me to find and fix. Your suspicion was spot on - the Khan is a separate unit type from the GG.

If anyone is interested in the fix, edit GEC_SpecialistsandGP.xml in the Cities folder and add:
<Units>
<Update>
<Where Type="UNIT_MONGOLIAN_KHAN" />
<Set GoldenAgeTurns="4" />
</Update>
</Units>
 
Back
Top Bottom