572
edits
No edit summary |
No edit summary |
||
Line 413: | Line 413: | ||
end | end | ||
end | end | ||
retProduction = table.concat(retProduction, ', ')..'/ ('..p.GetTownshipStatIcon('Workers')..workers..')' | retProduction = table.concat(retProduction, ', ')..'/t ('..p.GetTownshipStatIcon('Workers')..' '..workers..')' | ||
table.insert(retResources, retProduction) | table.insert(retResources, retProduction) | ||
end | end |
edits