I'm wondering is it possible to specify which building could be built or not in certain city using python, since I want some kind of buildings can only be built when there's particular resource near the city. \
So probabally, I need to check whether there's a tile containing that resource around the city first, and if not i should prohibit the construction of the building.
Is there anybody know where and how i could add the code?
So probabally, I need to check whether there's a tile containing that resource around the city first, and if not i should prohibit the construction of the building.
Is there anybody know where and how i could add the code?
Comment