1SDANi
The Fading Memory
- Joined
- Oct 27, 2014
- Messages
- 3,026
Thank you all for the commit, I have reversed (hopefully) and fix will be commited next time.
What are the sideffects? I tried to change the order of spawning (lOrder in Modifiers.py) if that is the cause.
I just tracked down the India thing at the very least, your addition of iNumContinents in Consts.py overwrote iIndia with 2. I'd suggest renaming the variables within it. I also suggest looking back over your additions and ensuring that no other similar errors were made.
EDIT: The most obvious side effect is that Babylon starts with 6 workers.
EDIT2: I suggest renaming Continent variables to start with c instead of i like so:
Code:
iNumContinents = 9
(cEurope, cMiddleEast, cIndia, cEastAsia, cSouthEastAsia, cAfrica, cSouthAmerica, cNorthAmerica, cOceania) = range(iNumContinents)
Last edited: