From LoR's GlobalDefinesAlt.xml file:
Code:
<Define>
<!-- Highly recommended to keep off. AI is clueless about it. -->
<DefineName>OC_FOREIGN_INQUISITIONS</DefineName>
<iDefineIntVal>0</iDefineIntVal>
</Define>
Also this shouldn't make a lick of difference anyway, since glider moved all the global defines alt options to be toggle-able in the BUG interface, or in the Config.xml folder. I'm holding to the theory this was accidentally introduced a long time ago, and was just never reported before. Much like the broken religious victory, that's been broken since Inquisitions were moved into their own Python folder, under the RevInquisitions folder specifically. I'm willing to wager this is another unexpected introduced bug of splitting Inquisitions into their own folder there, and foreign inquisitions were accidentally re-enabled. Also they were re-enabled incorrectly, as I was able to purge a city that was in an empire running pacifism. Orion's foreign inquisitions component only allowed purging in foreign Theocracies. In fact the most likely thing that's going on is that when the code was shifted over a line that checked the city's owner was removed or something, and now only the inquisitor unit itself is checked; it certainly seems a good bet this is just a bug and not related to foreign inquisitions at all.