572
edits
No edit summary |
No edit summary |
||
Line 628: | Line 628: | ||
table.insert(ret, '\r\n{| class="wikitable"') | table.insert(ret, '\r\n{| class="wikitable"') | ||
table.insert(ret, '\r\n|- style="text-align:center" \r\n! Total Land \r\n! Single Land Cost \r\n! Total Cost') | table.insert(ret, '\r\n|- style="text-align:center" \r\n! Total Land \r\n! Single Land Cost \r\n! Total Cost') | ||
for i=FREE_LAND,Township.maxTownSize,FREE_LAND do | for i=FREE_LAND,Township.maxTownSize,FREE_LAND do | ||
table.insert(ret, '\r\n|-\r\n|'..i..'\r\n|'..Icons.GP(p.GetLandCost(i))..'\r\n|'..Icons.GP(p.GetCumulativeLandCost(i))) | table.insert(ret, '\r\n|-\r\n|'..i..'\r\n|'..Icons.GP(p.GetLandCost(i))..'\r\n|'..Icons.GP(p.GetCumulativeLandCost(i))) |
edits