frekk
Scourge of St. Lawrence
That requires the addition of a mission, this is not impossible but its also not my favorite thing to do.
Well don't worry about it then. I was just hoping it might be really easy to do.
That requires the addition of a mission, this is not impossible but its also not my favorite thing to do.
Is there a civic prereq on this one? That is a sort of make or break type of thing for me. THanks though, either way it is a great mod.
pPlayer = PyPlayer(pWinner.getOwner())
iLaborCivicOption = CvUtil.findInfoTypeNum(gc.getCivicOptionInfo,gc.getNumCivicOptionInfos(),'CIVICOPTION_LABOR')
iSlavery = CvUtil.findInfoTypeNum(gc.getCivicInfo,gc.getNumCivicInfos(),'CIVIC_SLAVERY')
iLaborCivic = pPlayer.getCivics(iLaborCivicOption)
if (iLaborCivic == iSlavery):
Tsentom1; I am most likely going to add this to my mod, but I'd much rather have it use the Slavery Civic as a prerequisite. I was just wondering if, since you have the code there, you have played/tested it yet and I just wanted to get a reaction from you as to how well this works and if there are bugs (or python errors involved) before I put it in my mod. I had this same problem with the superspies promotions, which finally came out wth a working version of the assassin mission. I don't want to repeat that with this one because it was annoying.