An old issue has re-arisen in which all civilizations are getting Native Culture (Neanderthal), including the -20% food bonus to each city and allowing construction of the stronger/more expensive neanderthal units, as well promotions being available that ordinarily wouldn't be (e.g. ground weather reports, among others that are normally only added to units under special circumstances).
This was fixed back in 9280 but presumably some change since I last played (it has been some months) and the current SVN (9680) re-implemented the problem.
It is a simple fix, changing ERA_PREHISTORIC for TECH_DUMMY and TECH_DUMMY_NEANDERTHAL back to ERA_FUTURE. However, they appear to have been set to PREHISTORIC in 9655 as a solution to neanderthal cities art being futuristic:
For now I'm going to change this back to FUTURE for my personal use, because I never see neanderthal cities anyway (and probably wouldn't even notice that they look futuristic if I did). It seems like one thing or another will need to be decoupled from the ERA prerequisites somehow: either regular players (including AI) are prevented from getting techs set to ERA_PREHISTORIC for free, or the neanderthal city art applied by some means other than TECH_DUMMY/TECH_DUMMY_NEANDERTHAL.
This was fixed back in 9280 but presumably some change since I last played (it has been some months) and the current SVN (9680) re-implemented the problem.
It is a simple fix, changing ERA_PREHISTORIC for TECH_DUMMY and TECH_DUMMY_NEANDERTHAL back to ERA_FUTURE. However, they appear to have been set to PREHISTORIC in 9655 as a solution to neanderthal cities art being futuristic:
9655
- Fixed neanderthal cities havinng futuristic structure art.
For now I'm going to change this back to FUTURE for my personal use, because I never see neanderthal cities anyway (and probably wouldn't even notice that they look futuristic if I did). It seems like one thing or another will need to be decoupled from the ERA prerequisites somehow: either regular players (including AI) are prevented from getting techs set to ERA_PREHISTORIC for free, or the neanderthal city art applied by some means other than TECH_DUMMY/TECH_DUMMY_NEANDERTHAL.