DrZomboss
Brrrainz Gourmet
This is the question. I've wanted congresses to appear much earlier and tried changing the tech in Congresses.py from con.iNationalism to con.iAlphabet but it doesn't seem to work? Any help?
Spoiler :
def onTechAcquired(self, iTech, iPlayer):
if (self.getCongressEnabled() == True or self.getUNbuilt() == True):
return
if (self.getCivsWithNationalism() >= 1 and gc.getGame().getGameTurn() >= con.tBirth[utils.getHumanID()]):
print ("Congress enabled")
self.setCongressEnabled(True)
return
if (iTech == con.iNationalism):
self.setCivsWithNationalism(self.getCivsWithNationalism() + 1)