From de232aa98df00d029c4b921881bbe2b16c9e87ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Fran=C3=A7ois=20Cochaux-Laberge?= Date: Sun, 17 Dec 2023 16:14:44 -0500 Subject: [PATCH] Add number of workers in Resources page --- src/pages/island/Resources.tsx | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/pages/island/Resources.tsx b/src/pages/island/Resources.tsx index 6709211..87cf4db 100644 --- a/src/pages/island/Resources.tsx +++ b/src/pages/island/Resources.tsx @@ -16,14 +16,24 @@ const ResourcesPage = () => {

Population

- - {inventory.populationUsed}/{inventory.populationTotal} - + {inventory.populationTotal}

Citizens live in houses or apartments and work on the island.

+ +
+

Workers

+ {inventory.populationUsed} +
+
+

+ Workers are citizens with a job that is not builder. They are + assigned to buildings. +

+
+

Builders