cyther
Lord of the Dance
Here you go. Hope this is is everything I changed.
def doTurnTheFallofPatria(self):
iBannor = gc.getInfoTypeForString('CIVILIZATION_BANNOR')
iClan = gc.getInfoTypeForString('CIVILIZATION_CLAN_OF_EMBERS')
for iPlayer in range(gc.getMAX_PLAYERS()):
pPlayer = gc.getPlayer(iPlayer)
if pPlayer.isAlive():
if pPlayer.isHuman():
if gc.getGame().getGameTurn() == 300:
if pPlayer.getCivilizationType() == iBannor:
pPlayer.setCivilizationType(iPlayer, iClan)
pPlayer.setLeaderType(iPlayer, gc.getInfoTypeForString('LEADER_JONAS'))