572
edits
No edit summary |
No edit summary |
||
Line 392: | Line 392: | ||
end | end | ||
end | end | ||
retProduction = table.concat(retProduction, ', ') | retProduction = table.concat(retProduction, ', ')..'/tick/'..workers..' '..p.GetTownshipStatIcon('Workers') | ||
table.insert(retResources, retProduction) | |||
table.insert(retResources, | |||
end | end | ||
table.insert(ret, retResources, '<br') | table.insert(ret, retResources, '<br>') | ||
end | end | ||
edits