- Added Chief of Staff class.
This commit is contained in:
Frank
2020-07-19 01:22:49 +02:00
parent 9473dc2069
commit 5cb1036618
8 changed files with 899 additions and 420 deletions

View File

@@ -1479,7 +1479,6 @@ function AIRWING:onafterNewAsset(From, Event, To, asset, assignment)
-- If grouping is larger than units present, copy first unit.
if i>nunits then
--unit=UTILS.DeepCopy(template.units[1])
table.insert(template.units, UTILS.DeepCopy(template.units[1]))
end