Hold the battle result until the replay ends, then show it last.

This commit is contained in:
Greyson Parrelli
2026-07-23 08:40:42 -04:00
parent 3821469c61
commit 1705de5a3f
4 changed files with 41 additions and 14 deletions
+1
View File
@@ -83,6 +83,7 @@ export interface LogEntry {
phase: Phase
seat: number // acting seat, or -1
icon?: string
kind?: string // e.g. 'result' (battle outcome)
text: string
source?: string // card id that caused a spawn
spawn?: string // 'apple' | 'bee'