Pazyryk
Deity
- Joined
- Jun 13, 2008
- Messages
- 3,584
It's easy to find. Just search GetNumCitiesTechCostMod. It occurs in CvTeamTechs::SetResearchProgressTimes100 right after "// Player modifiers to cost", where they proceed to duplicate CvPlayerTechs::GetResearchCost functionality.
I'm moved the GameEvents to CvPlayer::calculateResearchModifier, which is called in both cases. I just have to triple check that I got the "times100" math right.
I'm moved the GameEvents to CvPlayer::calculateResearchModifier, which is called in both cases. I just have to triple check that I got the "times100" math right.