This commit is contained in:
2026-01-27 22:57:31 +03:00
parent 14d46962d4
commit e1533ea03d
4 changed files with 102 additions and 47 deletions

View File

@ -451,6 +451,7 @@ function broadcastGameState(room) {
yourDeckCount: p.deck.length,
yourManualDrawUsed: !!p.manualDrawUsed,
yourHeroAbilityUsed: !!p.heroAbilityUsed,
yourArmor: p.armor || 0,
cardDb: cardDb,
};
socket.emit('gameState', yourView);