Pazyryk
Deity
- Joined
- Jun 13, 2008
- Messages
- 3,584
Has anyone looked into this or got it working?
Culture is still added separately. However, a quick look at dll code makes me think Faith should work. It's even referenced in CvCityCitizens::IsAIWantSpecialistRightNow():
However, the yield from faith specialist isn't working for me. The DB is correct. One possible reason it may not work in Éa is that I have 2 different specialists that both give Faith. I can't quite deconvolute dll DB code to know if that is a problem or not.
Culture is still added separately. However, a quick look at dll code makes me think Faith should work. It's even referenced in CvCityCitizens::IsAIWantSpecialistRightNow():
Code:
if(pSpecialistInfo && pSpecialistInfo->getYieldChange(YIELD_FAITH) > 0)
However, the yield from faith specialist isn't working for me. The DB is correct. One possible reason it may not work in Éa is that I have 2 different specialists that both give Faith. I can't quite deconvolute dll DB code to know if that is a problem or not.