greekbuilding names ,live synch button ,market capacity

This commit is contained in:
2026-04-22 20:48:34 +03:00
parent ec2b0c631e
commit c1cc8ceb7a
7 changed files with 92 additions and 5 deletions

View File

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