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