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

@@ -189,6 +189,7 @@ window.renderTownDetails = function() {
<div>Παίκτης: <strong style="color:#aaa">${t.player}</strong>${t.has_premium ? ' <span style="color:#c8a44a" title="Premium">★</span>' : ''}</div>
${allianceHtml}
${bpHtml}
${t.god ? `<div>Εύνοια: <strong style="color:#f1c40f">${t.resources?.favor || 0}</strong></div>` : ''}
`;
// ---- Researches ----