When changing AI with a "command = { type = ai which = "***.ai" }" in an event for AA_provs, coastal_fort_provs, radar_provs, naval_base_provs, air_base_provs, IC_provs tags (inside "construction" tag) the id list is not replaced, but appended to the end of the list.
For Example
Initially - AA_provs = { 1, 2, 3 }
Switch AI file with AA_provs = { 2, 3, 4 }
Result (in save file) AA_provs = { 1, 2, 3, 2, 3, 4 }
For Example
Initially - AA_provs = { 1, 2, 3 }
Switch AI file with AA_provs = { 2, 3, 4 }
Result (in save file) AA_provs = { 1, 2, 3, 2, 3, 4 }
- 1
Upvote
0