Module:Sandbox/GauTest/Township: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 389: Line 389:
local production = p._GetBuildingBaseProduction(building)
local production = p._GetBuildingBaseProduction(building)
if production ~= nil then
if production ~= nil then
table.insert(ret, '\r\n|-\r\n| <b>Base Production per :'..Icons.Icon({'Workers', type='township', notext=true})..'</b><br>')
table.insert(ret, '\r\n|-\r\n| <b>Base Production per '..Icons.Icon({'Workers', type='township', notext=true})..':</b><br>')
table.insert(ret, production)
table.insert(ret, production)
end
end
572

edits