brucedecatz
Warlord
- Joined
- Jun 12, 2008
- Messages
- 157
Do people still see congresses? I have played 6 games with different Civs and did not see once a congress.
I thought it took 3 Civs to have nationalism before congresses would start.
Cheers, Luke
I've played a couple of games as america and no congresses ever took place.
There was no change.
I suspect that a different problem (the python exception on American UP) may break other events happening in the same turn.
Please try to replace
utils.getFakeRandNum(30, 'random')
with
gc.getGame().getSorenRandNum(30, 'random')
inside UniquePowers.py
and see if it happens again