
)... I even declared war on the Doveillo to get Orthus Axe... By the way, for those of us who wish to play without Mailbox' modmod added, could you post a second download without it please? Or are they too finely merged now? (although I am willing to try Mailbox' modmod, mind you)
In 2 weeks when I have time to just kick back and Mod all week long I'll check into setting up a gameoption to block the extra Improvements, though it changes the base improvements as well a little bit IIRC, so that makes it a tad troublesome.And with all of these highly promoted workers running around, don't you want something to do with them?
For now, you can use Fall Further to go without the extra settings![]()

)BeefontheBone said:Another thought - do they have access to Wane now? That might be a little generous to the Sidar (who are already monsters in human hands).
def reqWane(caster):
if caster.getLevel() < 6:
return False
if caster.isAlive() == False:
return False
if caster.getUnitCombatType() == gc.getInfoTypeForString('UNITCOMBAT_ANIMAL'):
return False
if caster.getUnitCombatType() == gc.getInfoTypeForString('UNITCOMBAT_BEAST'):
return False
if caster.getUnitCombatType() == gc.getInfoTypeForString('UNITCOMBAT_WORKER'):
return False
return True

Also, New Version includes <bRivalTerritoryBlock> to prevent a unit from being able to enter any non-Team Borders (even if there is an Open Borders Agreement or you are at War). It would be a nifty effect for a spell to utilize, but for now the only Promotion which uses it is Hermit, which is not available by any means other than WorldBuilder, and doesn't show in the Civlopedia.
EDIT: thanks for saving me the time coding that one Vehem![]()


I don't know if it is an issue with this mod of FFH but I was gifted a privateer and boarding parties through an event but it wouldn't let the non hidden nationality boarding parties board the hidden nationality privateer.
Does the same thing if I build a privateer. Can board if I make boarding party hidden nationality or declare nationality with the privateer.