Just curious, is there a way to give that bonus to everything except the first pathfinder? Giving them woodsman off the bat creates a tremendous advantage to the AI in terms of ruin collection and CS bonuses...it’s a lot stronger than just getting a general combat promotion
Yea, I like to have ruins available to explore....
Can just change the code to
Code:
// free XP from handicap?
int iXP = GC.getGame().getHandicapInfo().getAIFreeXP();
if (iXP && strcmp(getName().GetCString(), "Pathfinder") != 0 && !kPlayer.isHuman() && /*kPlayer.GetID() < MAX_MAJOR_CIVS &&*/ canAcquirePromotionAny())