606
edits
m |
m Tag: Undo |
||
| Line 125: | Line 125: | ||
if buildingData then | if buildingData then | ||
--SECTION-PRODUCTION | --SECTION-PRODUCTION | ||
local productionData = {} | |||
--------------- | |||
if buildingData.workers then | if buildingData.workers then | ||
local workers = buildingData.workers | local workers = buildingData.workers | ||
| Line 132: | Line 134: | ||
table.insert(productionData, {label = 'Workers', value = workers}) | table.insert(productionData, {label = 'Workers', value = workers}) | ||
end | end | ||
----------------- | |||
if buildingData.input then | if buildingData.input then | ||
local input = '' | local input = '' | ||
edits