X-Git-Url: https://git.xangelo.ca/?a=blobdiff_plain;f=src%2Frender%2Fland-development.ts;h=0c1fad915890fe43330a3feb61683a9a6443a117;hb=9c0287740b282030291008cd9cf204c7f1ca8958;hp=935ff74dbdd74868b9dedda76480e209e9467f68;hpb=d56a8ceaf07b5b0848945ba9868a2cdaf3b05111;p=browser-rts.git diff --git a/src/render/land-development.ts b/src/render/land-development.ts index 935ff74..0c1fad9 100644 --- a/src/render/land-development.ts +++ b/src/render/land-development.ts @@ -20,9 +20,10 @@ export function renderLandDevelopment(city: CityWithLocation, buildings: Buildin

Construction

- + - + + ${ buildings.map(building => { @@ -32,12 +33,12 @@ export function renderLandDevelopment(city: CityWithLocation, buildings: Buildin + `; }).join("\n") @@ -73,6 +74,5 @@ export function renderLandDevelopment(city: CityWithLocation, buildings: Buildin
Free LandType Current${(city.totalSpace - city.usedSpace).toLocaleString()} (${Math.ceil(freeSpace/city.totalSpace * 100)}% available)Space Available: ${(city.totalSpace - city.usedSpace).toLocaleString()} (${Math.ceil(freeSpace/city.totalSpace * 100)}% available)Cost
${city[building.slug]}
- +
-
`; - return html + queues; -} \ No newline at end of file +}