feat: economy and polishing

This commit is contained in:
2026-09-05 19:12:28 +05:00
parent ca830b00b9
commit c56ec113cc
18 changed files with 868 additions and 42 deletions
+4
View File
@@ -62,6 +62,10 @@
return `🪵 ${e.name} подкинул(ла) дров — костёр ${e.progress} (вклад ${e.contributed})`;
case 'firelevel':
return `🔥 Костёр достиг ${e.level}-го уровня!`;
case 'gift':
return `🎁 ${e.name}${e.toName}: ${e.qty}× ${itemTitle(e.item)}`;
case 'spotlight':
return `🔍 Спотлайт: ${e.name}!`;
case 'blocked':
return `${e.name}: ${e.reason}`;
}