OrionVeteran
Deity
Thanks Orion Veteran. I'm using your mod too, and I want to keep inquisitors restricted. I can't see an obvious way to add a second unit here, how would I do this?
There is old version of the Police Mod that is still available for download. That mod has good examples for new units added to the game. http://forums.civfanatics.com/showthread.php?t=259954
As for limiting the Civic, try this line:
Code:
if (pPlayer.getCivics(gc.getInfoTypeForString("CIVICOPTION_LABOR")) == gc.getInfoTypeForString("CIVIC_EMANCIPATION")):
Orion Veteran
