Anonymous

Module:Sandbox/GauTest/Township: Difference between revisions

From Melvor Idle
no edit summary
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(retProduction, '/tick/'..workers..' '..p.GetTownshipStatIcon('Workers'))
table.insert(retResources, retProduction)
table.insert(retResources, table.concat(retProduction, ', '))
end
end
table.insert(ret, retResources, '<br')
table.insert(ret, retResources, '<br>')
end
end


572

edits