feat: Add Planner citizen type with automated city expansion

This commit is contained in:
Kacper Kostka (aider)
2025-04-02 22:33:18 +02:00
parent 3e4622fa0e
commit 18ac996f65
5 changed files with 208 additions and 4 deletions

View File

@@ -372,6 +372,7 @@ function drawCitizen(c) {
case "Doctor": icon = "💉"; break;
case "Teacher": icon = "📚"; break;
case "Soldier": icon = "⚔️"; break;
case "Planner": icon = "🏗️"; break;
}
ctx.fillStyle = "#000";