Fixed FW-190A8 spawning with bomb rack even when configured for CAP

This commit is contained in:
Khopa 2020-08-02 02:31:40 +02:00
parent 772295fc04
commit 6b91e1b03c

View File

@ -34,10 +34,10 @@ local unitPayloads = {
}, },
}, },
[3] = { [3] = {
["name"] = "ANTISHIP", ["name"] = "CAP",
["pylons"] = { ["pylons"] = {
[1] = { [1] = {
["CLSID"] = "{SD_500_A}", ["CLSID"] = "<CLEAN>",
["num"] = 1, ["num"] = 1,
}, },
}, },
@ -46,8 +46,20 @@ local unitPayloads = {
}, },
}, },
[4] = { [4] = {
["name"] = "CAP", ["name"] = "ANTISHIP",
["pylons"] = { ["pylons"] = {
[1] = {
["CLSID"] = "{SD_500_A}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{WGr21}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{WGr21}",
["num"] = 3,
},
}, },
["tasks"] = { ["tasks"] = {
[1] = 31, [1] = 31,