572
edits
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 | 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 |
edits