deanej
Deity
Next Version: probably 3.0. Will post a thread(s) for that later; when 3.0 is out I plan to use this thread again for patch stuff.
# Prereqs are required for the Planet
if (eBuilding > -1):
pBuildingInfo = gc.getBuildingInfo(eBuilding)
for iNeededBuildingLoop in range(gc.getNumBuildingInfos()):
if (pBuildingInfo.isBuildingClassNeededInCity(iNeededBuildingLoop)):
if (not pPlanet.isHasBuilding(iNeededBuildingLoop)):
return True
I think (for Aegis), that if you prevent them from entering foreign cities, why limit them to 3? If they can't enter cities, they are essentially only transports again- sure, fast ones that can carry 5 units, rather than city-conquerors.
Any other needed changes
I'm assuming that the lack of feedback is because you're all busy playing. That's OK, it gives me a chance to actually play civ for a change.