606
edits
m |
m |
||
| Line 126: | Line 126: | ||
--SECTION-PRODUCTION | --SECTION-PRODUCTION | ||
if buildingData.workers then | if buildingData.workers then | ||
local | local workers = buildingData.workers | ||
if buildingData.rank then | |||
workers = workers .. ' ' .. buildingData.rank | |||
end | end | ||
table.insert(productionData, {label = 'Workers', value = workers}) | |||
end | end | ||
edits