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

@@ -42,6 +42,7 @@ def get_towns():
'wood': d.get('wood', 0),
'stone': d.get('stone', 0),
'iron': d.get('iron', 0),
'storage': d.get('storage', 0),
'population': d.get('population', 0),
},
'buildings': d.get('buildings', {}),