606
edits
m |
m |
||
| Line 125: | Line 125: | ||
if buildingData then | if buildingData then | ||
--SECTION-PRODUCTION | --SECTION-PRODUCTION | ||
if buildingData.employees then | |||
local employeeData = {} | |||
if buildingData. | for type, value in pairs(buildingData.employees) do | ||
local | table.insert(employeeData, {label = com.firstUpper({type}), value = value}) | ||
for type, value in pairs(buildingData. | |||
table.insert( | |||
end | end | ||
end | |||
if buildingData.input then | if buildingData.input then | ||
local input = '' | local input = '' | ||
edits