OrionVeteran
Deity
I am wondering why there is python code with this wonderful building. It should be possible to do all it says it does in XML. In which case this could be a modular national wonder which makes it very easy to add into other mods.
First I'd like to thank you for the kudos on the building. You should know what the Python code actually does and why it is required.
1. A python function determines if the player owns the Strategic Grain Reserve National Wonder. If true, then...
2. A python function adds a free granary to every city the founder owns, even in new cities established on turns well after the national wonder is founded. Without this code, any new city established on turns after the Strategic Grain Reserve is completed, will not receive a free Granary.
3. A python function has been modified to allow a movie file to be played with any national wonder. Without this change the bik file will not play when construction of the national wonder is completed.
4. I have identified all of the the python changes to help make adding this Wonder to other mods very easy.
If you know of a better way to accomplish the same tasks without using python, then please, by all means share your idea.

Respectfully,
Orion Veteran
