favor update

This commit is contained in:
2026-05-05 21:54:29 +03:00
parent 2a20ca11b4
commit 1746bfd078
3 changed files with 18 additions and 1 deletions

View File

@@ -253,6 +253,7 @@ def get_towns():
'storage': d.get('storage', 0),
'market_capacity': d.get('market_capacity', 0),
'population': d.get('population', 0),
'favor': d.get('favor', 0),
},
'buildings': d.get('buildings', {}),
'units': d.get('units', {}),