This commit is contained in:
2026-04-20 00:30:12 +03:00
parent f820f4e80f
commit 9c1a05927a
3 changed files with 17 additions and 4 deletions

View File

@@ -99,6 +99,7 @@
wood: res.wood,
stone: res.stone,
iron: res.iron,
storage: res.storage || res.storage_capacity || 0,
population: res.population,
points: town.getPoints?.() ?? 0,
god: town.god?.() ?? null,